update travis build to include node tests. Minor refactor to grunt jobs for node

This commit is contained in:
d98762625 2019-03-20 15:10:16 +00:00
parent aad1bc898e
commit a1b116d2f5
3 changed files with 12 additions and 6 deletions

View file

@ -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",