mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 13:09:15 -04:00
update travis build to include node tests. Minor refactor to grunt jobs for node
This commit is contained in:
parent
aad1bc898e
commit
a1b116d2f5
3 changed files with 12 additions and 6 deletions
|
@ -146,6 +146,7 @@
|
|||
"node-prod": "NODE_ENV=production grunt node",
|
||||
"repl": "grunt node && node build/node/CyberChef-repl.js",
|
||||
"test": "grunt test",
|
||||
"test-node": "grunt test-node",
|
||||
"testui": "grunt testui",
|
||||
"docs": "grunt docs",
|
||||
"lint": "grunt lint",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue