We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94049a commit 502a8b1Copy full SHA for 502a8b1
packages/server/package.json
@@ -14,7 +14,7 @@
14
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
15
"debug": "yarn build && node --expose-gc --inspect=9222 dist/index.js",
16
"postbuild": "copyfiles -u 1 src/**/*.svelte dist/ && copyfiles -u 1 src/**/*.hbs dist/ && copyfiles -u 1 src/**/*.json dist/",
17
- "test": "bash scripts/test.sh",
+ "test": "NODE_OPTIONS=\"--max-old-space-size=4096\" bash scripts/test.sh",
18
"test:memory": "jest --maxWorkers=2 --logHeapUsage --forceExit",
19
"test:watch": "jest --watch",
20
"predocker": "copyfiles -f ../client/dist/budibase-client.js ../client/manifest.json client",
0 commit comments