Skip to content

Commit 75a06b3

Browse files
committed
just build, every time
1 parent b508770 commit 75a06b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:clean-tree": "npm run build && sh scripts/check-for-changes.sh",
2222
"test:passwords": "PASSWORD_STRESS_TEST=true jest generate.test.js",
2323
"test:unit": "jest",
24-
"test:integration": "npm run build && playwright test",
24+
"test:integration": "playwright test",
2525
"test:integration:fast": "playwright test --timeout 10000 --workers 8",
2626
"test:integration:showui": "npm run test:integration -- --headed",
2727
"test:integration:fast:showui": "npm run test:integration:fast -- --headed",

‎playwright.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config = {
4646
webServer: {
4747
port: 3210,
4848
reuseExistingServer: true,
49-
command: 'npm run serve',
49+
command: 'npm run build && npm run serve',
5050
ignoreHTTPSErrors: true,
5151
},
5252

0 commit comments

Comments
 (0)