Skip to content

Commit

Permalink
Add stub test script
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Aug 28, 2024
1 parent aac934c commit 7d0425e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"dev": "concurrently \"npm run serve\" \"npm run watch\"",
"serve": "live-server .",
"watch": "npm run build -- -w",
"build": "tailwindcss -o dist/tailwind.css"
"build": "tailwindcss -o dist/tailwind.css",
"test": "exit 0"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"
Expand Down

0 comments on commit 7d0425e

Please sign in to comment.