Skip to content

Commit

Permalink
ci: update test e2e script to use workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevrgs committed May 15, 2024
1 parent 70eb112 commit 4db839b
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 @@ -12,7 +12,7 @@
"start": "pnpm -r --filter='./apps/*' run start",
"lint": "pnpm -r --filter='./apps/*' --filter=''./libs/* run lint",
"test": "vitest",
"test:e2e": "playwright test",
"test:e2e": "pnpm -r --filter='./apps/*' run test:e2e",
"serve": "sh ./.bin/01-serve.sh",
"seed": "sh ./.bin/02-seed.sh",
"stop": "sh ./.bin/03-stop.sh"
Expand Down

0 comments on commit 4db839b

Please sign in to comment.