Skip to content

Commit

Permalink
remove parallel and move to new script
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Oct 9, 2023
1 parent 5eae45a commit e329ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"madge": "pnpm -r run madge",
"pretty": "prettier --write .",
"build": "pnpm -r run build",
"test": "pnpm -r --parallel run test",
"test": "pnpm -r --reporter append-only run test",
"test:parallel": "pnpm -r --parallel run test",
"package": "pnpm run -r package",
"pretest:integration": "ts-node ./scripts/create-env.ts",
"posttest:integration": "ts-node ./scripts/clean-env.ts",
Expand Down

0 comments on commit e329ee3

Please sign in to comment.