Skip to content

Commit

Permalink
No parallel for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Feb 11, 2024
1 parent bbca69e commit bde4ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"postinstall": "simple-git-hooks",
"format": "prettier --write --cache .",
"test": "pnpm -r --stream --parallel run test",
"test:e2e": "pnpm -r --stream --parallel run test:e2e",
"test:e2e": "pnpm -r --workspace-concurrency=1 --stream --parallel run test:e2e",
"test:ci": "CI=true pnpm -r run test:ci",
"test:e2e:ci": "CI=true pnpm -r run test:e2e:ci",
"test:e2e:ci": "CI=true pnpm -r --workspace-concurrency=1 run test:e2e:ci",
"yalc:publish": "yalc publish --push --sig --private",
"changeset:add": "pnpm changeset",
"changeset:consume": "pnpm changeset version",
Expand Down

0 comments on commit bde4ef8

Please sign in to comment.