mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-21 21:50:42 -04:00
tidy up gruntfile for node
This commit is contained in:
parent
03e3ab5599
commit
aafde8986d
2 changed files with 5 additions and 29 deletions
|
@ -140,9 +140,9 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "grunt dev",
|
||||
"start-node": "grunt node",
|
||||
"build": "grunt prod",
|
||||
"build-node": "grunt node-prod",
|
||||
"node": "NODE_ENV=development grunt node",
|
||||
"node-prod": "NODE_ENV=production grunt node",
|
||||
"test": "grunt test",
|
||||
"testui": "grunt testui",
|
||||
"docs": "grunt docs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue