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 b940055 commit 3f6f394Copy full SHA for 3f6f394
package.json
@@ -7,7 +7,7 @@
7
"serve": "vue-cli-service serve",
8
"start": "yarn serve",
9
"build": "vue-cli-service build",
10
- "preversion": "git fetch --tags && yarn lint-check",
+ "preversion": "git fetch --tags && yarn lint:check",
11
"version": "yarn build",
12
"postversion": "git push --follow-tags"
13
},
0 commit comments