mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
15 lines
211 B
YAML
15 lines
211 B
YAML
![]() |
language: node_js
|
||
|
node_js:
|
||
|
- "node"
|
||
|
install: npm install
|
||
|
before_script:
|
||
|
- npm install -g grunt
|
||
|
script:
|
||
|
- grunt lint
|
||
|
- grunt test
|
||
|
- grunt docs
|
||
|
- grunt node
|
||
|
- grunt prod
|
||
|
deploy:
|
||
|
skip_cleanup: true
|