2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-09 20:13:33 +00:00

add dev builds for node

This commit is contained in:
d98762625
2019-01-23 10:06:55 +00:00
parent 7522e5de33
commit 781ff956e3
2 changed files with 24 additions and 1 deletions

View File

@@ -138,7 +138,9 @@
},
"scripts": {
"start": "grunt dev",
"start-node": "grunt node",
"build": "grunt prod",
"build-node": "grunt node-prod",
"test": "grunt test",
"testui": "grunt testui",
"docs": "grunt docs",