Skip to content

Commit

Permalink
Skip downloading unused browsers in playwright setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Apr 6, 2023
1 parent 23a093a commit 2ecf54f
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 @@ -2,7 +2,7 @@
"scripts": {
"start": "http-server . -p 3000",
"test": "mocha --spec **/ui-test-*.js --file mocha-start.js --reporter dot",
"postinstall": "npx playwright install"
"postinstall": "npx playwright install chromium"
},
"dependencies": {
"i18next": "latest"
Expand Down

0 comments on commit 2ecf54f

Please sign in to comment.