mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +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",
|
||||
"pack": "openstapps-pack",
|
||||
"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",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user