Skip to content

Commit

Permalink
fix: install only required browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed May 30, 2024
1 parent 898e2b8 commit 2569746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"lint": "run-p lint:*",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"playwright:install": "playwright install --with-deps",
"playwright:install": "playwright install chromium webkit --with-deps",
"playwright": "playwright test --config=playwright/playwright.config.ts",
"playwright:update": "npm run playwright -- -u",
"playwright:docker": "./scripts/playwright-docker.sh 'npm run playwright'",
Expand Down

0 comments on commit 2569746

Please sign in to comment.