Skip to content

Commit 702e76c

Browse files
committed
wip
1 parent 609c6db commit 702e76c

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 chromium",
6+
"tests:install": "playwright install --with-deps firefox",
77
"tests": "playwright test"
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)