File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
"playwright" : " playwright test --grep-invert '@screenshots'" ,
18
18
"playwright-screenshots" : " playwright test --grep '@screenshots'" ,
19
19
"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 " ,
22
22
"playwright-e2e" : " playwright test -c playwright-e2e.config.js --project duckplayer-e2e" ,
23
23
"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 "
25
25
},
26
26
"type" : " module" ,
27
27
"dependencies" : {
You can’t perform that action at this time.
0 commit comments