Skip to content

Commit

Permalink
Force a build before running e2e tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rrpff committed Aug 25, 2023
1 parent 5c581fa commit 04ae311
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 @@ -11,7 +11,7 @@
"dev": "vite",
"build": "tsc && webpack",
"test": "vitest -c vite.config.js",
"test:e2e": "vitest run -c vite.e2e.config.js && playwright test",
"test:e2e": "yarn build && vitest run -c vite.e2e.config.js && playwright test",
"test:ci": "vitest run -c vite.config.js && vitest run -c vite.e2e.config.js && CI=true playwright test",
"coverage": "vitest run --coverage",
"lint": "eslint .",
Expand Down

0 comments on commit 04ae311

Please sign in to comment.