|
@@ -184,7 +184,7 @@
|
|
|
"testui": "npx grunt testui",
|
|
|
"testuidev": "npx nightwatch --env=dev",
|
|
|
"lint": "npx grunt lint",
|
|
|
- "postinstall": "npx grunt exec:fixCryptoApiImports",
|
|
|
+ "postinstall": "npx grunt exec:fixCryptoApiImports && npx grunt exec:fixSnackbarMarkup",
|
|
|
"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`)'",
|