mirror of
https://github.com/gchq/CyberChef
synced 2024-12-29 14:03:10 +00:00
Added node builder script to package.json
This commit is contained in:
parent
ced9ab68fa
commit
c2cf535f88
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
"scripts": {
|
||||
"start": "npx grunt dev",
|
||||
"build": "npx grunt prod",
|
||||
"node": "npx grunt node",
|
||||
"repl": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --no-warnings src/node/repl.mjs",
|
||||
"test": "npx grunt configTests && node --experimental-modules --experimental-json-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --experimental-json-modules --no-warnings --no-deprecation tests/operations/index.mjs",
|
||||
"testnodeconsumer": "npx grunt testnodeconsumer",
|
||||
|
|
Loading…
Reference in a new issue