mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
fix: set larger v8 stack size
Temporary fix for the issue that the conversion library (*.ts to JSON schema) which openstapps-convert uses recursion extensively.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||||
"pack": "openstapps-pack",
|
"pack": "openstapps-pack",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"schema": "NODE_OPTIONS='--max-old-space-size=8192' openstapps-core-tools schema src/core lib/schema",
|
"schema": "node --max-old-space-size=8192 --stack-size=10240 ./node_modules/.bin/openstapps-core-tools schema src/core lib/schema",
|
||||||
"test": "mocha --require ts-node/register --ui mocha-typescript test/*.spec.ts",
|
"test": "mocha --require ts-node/register --ui mocha-typescript test/*.spec.ts",
|
||||||
"tslint": "tslint 'src/**/*.ts'"
|
"tslint": "tslint 'src/**/*.ts'"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user