Skip to content

Commit

Permalink
Fix validate script not to run e2e twice
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Aug 21, 2023
1 parent b451ac3 commit 3111049
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 @@ -14,7 +14,7 @@
"test:unit": "vitest run",
"test:e2e": "playwright test",
"typecheck": "tsc && tsc --project playwright",
"validate": "run-p test test:e2e lint typecheck"
"validate": "run-p test lint typecheck"
},
"prettier": {},
"simple-git-hooks": {
Expand Down

0 comments on commit 3111049

Please sign in to comment.