Skip to content

Commit

Permalink
chore: of course, deps are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Dec 24, 2024
1 parent 5f5d004 commit 8d9c63e
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 @@ -5,7 +5,7 @@
"main": "src/index.js",
"type": "module",
"scripts": {
"setup-playwright": "npx playwright install chromium firefox webkit",
"setup-playwright": "npx playwright install --with-deps chromium firefox webkit",
"test": "npm run setup-playwright && web-test-runner --node-resolve --coverage --playwright --browsers chromium firefox webkit",
"test-ci": "npm run setup-playwright && web-test-runner --node-resolve --coverage --playwright --browsers chromium firefox webkit",
"test:watch": "web-test-runner --node-resolve --watch --coverage",
Expand Down

0 comments on commit 8d9c63e

Please sign in to comment.