We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3031f commit 9736c9bCopy full SHA for 9736c9b
package.json
@@ -3,7 +3,7 @@
3
"scripts": {
4
"dev": "tailwindcss -i resources/css/settings.css -o build/css/settings.css --watch",
5
"build": "tailwindcss build -i resources/css/settings.css -o build/css/settings.css",
6
- "tests:install": "playwright install --with-deps",
+ "tests:install": "playwright install --with-deps chromium",
7
"tests": "playwright test"
8
},
9
"devDependencies": {
0 commit comments