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 809ee65 commit d491144Copy full SHA for d491144
package.json
@@ -3,8 +3,8 @@
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
- "test:install": "playwright install --with-deps",
7
- "test": "playwright test"
+ "tests:install": "playwright install --with-deps",
+ "tests": "playwright test"
8
},
9
"devDependencies": {
10
"@playwright/test": "^1.52.0",
0 commit comments