mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 21:19:14 -04:00
Added script for updating the CHANGELOG
This commit is contained in:
parent
668eac1f9e
commit
7d6a879a67
2 changed files with 145 additions and 0 deletions
|
@ -175,6 +175,7 @@
|
|||
"lint": "npx grunt lint",
|
||||
"postinstall": "npx grunt exec:fixCryptoApiImports",
|
||||
"newop": "node --experimental-modules --experimental-json-modules src/core/config/scripts/newOperation.mjs",
|
||||
"minor": "node --experimental-modules --experimental-json-modules src/core/config/scripts/newMinorVersion.mjs",
|
||||
"getheapsize": "node -e 'console.log(`node heap limit = ${require(\"v8\").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'",
|
||||
"setheapsize": "export NODE_OPTIONS=--max_old_space_size=2048"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue