We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e76ec commit 4516510Copy full SHA for 4516510
1 file changed
package.json
@@ -80,7 +80,7 @@
80
"lint:types:build": "if [ -f ./build/tsconfig.json ]; then tsc --noEmit --project ./build; else echo 'No build directory'; fi",
81
"make:executable": "./bin/makeExecutable.sh",
82
"parallel": "./bin/runParallel.sh",
83
- "test": "npm run parallel test:docker test:local",
+ "test": "npm run test:docker && npm run test:local",
84
"build:clear": "rm -rf ./build",
85
"prebuild": "npm run build:clear",
86
"build": "tsc; echo 'Compilation completed'",
0 commit comments