Skip to content

Commit 7d0425e

Browse files
committedAug 28, 2024
Add stub test script
1 parent aac934c commit 7d0425e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"dev": "concurrently \"npm run serve\" \"npm run watch\"",
1919
"serve": "live-server .",
2020
"watch": "npm run build -- -w",
21-
"build": "tailwindcss -o dist/tailwind.css"
21+
"build": "tailwindcss -o dist/tailwind.css",
22+
"test": "exit 0"
2223
},
2324
"peerDependencies": {
2425
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"

0 commit comments

Comments
 (0)
Failed to load comments.