Skip to content

Commit

Permalink
chore(e2e): Modify pretest script
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Nov 4, 2024
1 parent ba12fa2 commit 1e10d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "catalog:"
},
"scripts": {
"pretest": "tsc && tsc-alias",
"pretest": "rm -rf ./dist && tsc && tsc-alias",
"test": "playwright test -c ./dist/e2e",
"test:ui": "pnpm pretest && playwright test --ui -c ./dist/e2e",
"codegen": "pnpm --filter api start:dev & pnpm --filter client dev & playwright codegen localhost:3000"
Expand Down

0 comments on commit 1e10d9d

Please sign in to comment.