mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 13:09:15 -04:00
add dev builds for node
This commit is contained in:
parent
7522e5de33
commit
781ff956e3
2 changed files with 24 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue