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 49b5eda commit 2025ed5Copy full SHA for 2025ed5
package.json
@@ -10,7 +10,8 @@
10
"serve": "node server/index.js & vue-cli-service serve",
11
"build": "vue-cli-service build",
12
"prepublishOnly": "npm run lint --no-fix && npm run build",
13
- "lint": "vue-cli-service lint"
+ "lint": "vue-cli-service lint",
14
+ "test": "echo \"No test specified\""
15
},
16
"bin": {
17
"tailwind-config-viewer": "./cli/index.js",
0 commit comments