Skip to content

Commit

Permalink
Modify test command to return correct exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Jul 12, 2024
1 parent e05b9bb commit 911847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"directory": "packages/pglite"
},
"scripts": {
"test": "rm -rf ./pgdata-test && concurrently --hide 0 --prefix none -k \"npx http-server --port 3334 ./\" \"sleep 2 && ava tests/*.test.js tests/**/*.test.js\"",
"test": "rm -rf ./pgdata-test && concurrently -s last --hide 0 --prefix none -k \"npx http-server --port 3334 ./\" \"sleep 2 && ava tests/*.test.js tests/**/*.test.js\"",
"build:js": "tsup && tsx scripts/bundle-wasm.ts",
"build": "npm run build:js",
"format": "prettier --write ./src"
Expand Down

0 comments on commit 911847c

Please sign in to comment.