Skip to content

Commit 4516510

Browse files
committed
fix: run internal tests sequentially
1 parent 15e76ec commit 4516510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"lint:types:build": "if [ -f ./build/tsconfig.json ]; then tsc --noEmit --project ./build; else echo 'No build directory'; fi",
8181
"make:executable": "./bin/makeExecutable.sh",
8282
"parallel": "./bin/runParallel.sh",
83-
"test": "npm run parallel test:docker test:local",
83+
"test": "npm run test:docker && npm run test:local",
8484
"build:clear": "rm -rf ./build",
8585
"prebuild": "npm run build:clear",
8686
"build": "tsc; echo 'Compilation completed'",

0 commit comments

Comments
 (0)