Skip to content

Commit

Permalink
build android before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Jul 11, 2024
1 parent d1d2382 commit 9e0489b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"serve": "http-server -c-1 --port 3220 integration-test/test-pages",
"playwright": "playwright test",
"playwright-headed": "playwright test --headed",
"preplaywright": "npm run build-windows && npm run build-apple",
"preplaywright-headed": "npm run build-windows && npm run build-apple",
"preplaywright": "npm run build-windows && npm run build-apple && npm run build-android",
"preplaywright-headed": "npm run build-windows && npm run build-apple && npm run build-android",
"playwright-e2e": "playwright test -c playwright-e2e.config.js --project duckplayer-e2e",
"playwright-e2e-headed": "npm run playwright-e2e -- --headed",
"preplaywright-e2e": "npm run build-windows && npm run build-apple"
Expand Down

0 comments on commit 9e0489b

Please sign in to comment.