tidy up gruntfile for node

This commit is contained in:
d98762625 2019-02-13 14:48:55 +00:00
parent 03e3ab5599
commit aafde8986d
2 changed files with 5 additions and 29 deletions

View file

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