We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac934c commit 7d0425eCopy full SHA for 7d0425e
package.json
@@ -18,7 +18,8 @@
18
"dev": "concurrently \"npm run serve\" \"npm run watch\"",
19
"serve": "live-server .",
20
"watch": "npm run build -- -w",
21
- "build": "tailwindcss -o dist/tailwind.css"
+ "build": "tailwindcss -o dist/tailwind.css",
22
+ "test": "exit 0"
23
},
24
"peerDependencies": {
25
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"
0 commit comments