Skip to content

Commit

Permalink
remove the windows build parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Jun 25, 2023
1 parent 1bfac90 commit 03b1328
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 @@ -34,8 +34,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 bundle",
"preplaywright-headed": "npm run build-windows && npm run bundle"
"preplaywright": "npm run bundle",
"preplaywright-headed": "npm run bundle"
},
"type": "module",
"workspaces": [
Expand Down

0 comments on commit 03b1328

Please sign in to comment.