1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Temp remove script usage from worker tests

This commit is contained in:
Rory Powell 2023-03-29 14:59:50 +01:00
parent 5c405c91fb
commit 5e0ed2e92d

View file

@ -14,7 +14,7 @@
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
"debug": "yarn build && node --expose-gc --inspect=9222 dist/index.js",
"postbuild": "copyfiles -u 1 src/**/*.svelte dist/ && copyfiles -u 1 src/**/*.hbs dist/ && copyfiles -u 1 src/**/*.json dist/",
"test": "bash scripts/test.sh",
"test": "jest --coverage --runInBand --forceExit",
"test:watch": "jest --watch",
"predocker": "copyfiles -f ../client/dist/budibase-client.js ../client/manifest.json client",
"build:docker": "yarn run predocker && docker build . -t app-service --label version=$BUDIBASE_RELEASE_VERSION",