Skip to content

Commit

Permalink
chore: try to update playwright install AGAIN sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Nov 27, 2024
1 parent a28faaa commit e04b686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"changeset:release": "changeset publish",
"changeset:version": "changeset version",
"build": "pnpm -r build",
"playwright-install-ci": "playwright install-deps && playwright install chromium",
"playwright-install-ci": "pnpm -r playwright-install-ci",
"test:watch": "vitest",
"test": "vitest --run"
},
Expand Down
1 change: 1 addition & 0 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
],
"scripts": {
"build": "rollup -c",
"playwright-install-ci": "playwright install-deps && playwright install chromium",
"type-check": "tsc --noEmit",
"test:watch": "vitest",
"test": "vitest --run"
Expand Down

0 comments on commit e04b686

Please sign in to comment.