Skip to content

Commit fe46fae

Browse files
committed
scripts
1 parent fe72815 commit fe46fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

injected/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"playwright": "playwright test --grep-invert '@screenshots'",
1818
"playwright-screenshots": "playwright test --grep '@screenshots'",
1919
"playwright-headed": "playwright test --headed",
20-
"preplaywright": "npm run build-windows && npm run build-apple && npm run build-android",
21-
"preplaywright-headed": "npm run build-windows && npm run build-apple && npm run build-android",
20+
"preplaywright": "npm run bundle-entry-points",
21+
"preplaywright-headed": "npm run bundle-entry-points",
2222
"playwright-e2e": "playwright test -c playwright-e2e.config.js --project duckplayer-e2e",
2323
"playwright-e2e-headed": "npm run playwright-e2e -- --headed",
24-
"preplaywright-e2e": "npm run build-windows && npm run build-apple"
24+
"preplaywright-e2e": "npm run bundle-entry-points"
2525
},
2626
"type": "module",
2727
"dependencies": {

0 commit comments

Comments
 (0)