Skip to content

Commit 2025ed5

Browse files
committed
Add empty test script
1 parent 49b5eda commit 2025ed5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"serve": "node server/index.js & vue-cli-service serve",
1111
"build": "vue-cli-service build",
1212
"prepublishOnly": "npm run lint --no-fix && npm run build",
13-
"lint": "vue-cli-service lint"
13+
"lint": "vue-cli-service lint",
14+
"test": "echo \"No test specified\""
1415
},
1516
"bin": {
1617
"tailwind-config-viewer": "./cli/index.js",

0 commit comments

Comments
 (0)