Skip to content

Commit

Permalink
Re-enable parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Oct 10, 2023
1 parent 87f01cd commit 6124292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run lint && npm run clean && npm run build && npm run types:bundle && npm run test",
"release": "./scripts/release.sh",
"test": "npm run build && ava --serial && rimraf ./.tmp",
"test": "npm run build && ava && rimraf ./.tmp",
"types:build": "tsc && tsc -p packages/miniflare/src/workers/tsconfig.json",
"types:bundle": "npm run types:build && node scripts/types.mjs"
},
Expand Down

0 comments on commit 6124292

Please sign in to comment.