Skip to content

Commit 9736c9b

Browse files
committed
chromium only
1 parent 9b3031f commit 9736c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"dev": "tailwindcss -i resources/css/settings.css -o build/css/settings.css --watch",
55
"build": "tailwindcss build -i resources/css/settings.css -o build/css/settings.css",
6-
"tests:install": "playwright install --with-deps",
6+
"tests:install": "playwright install --with-deps chromium",
77
"tests": "playwright test"
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)