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 685e804 commit a429966Copy full SHA for a429966
package.json
@@ -27,7 +27,8 @@
27
"build:lib": "vue-cli-service build --target lib --name vue-selectize ./src/components/VSelectize.vue",
28
"docs:build": "vuepress build docs",
29
"lint": "vue-cli-service lint",
30
- "preversion": "yarn build:lib && git add . && node version",
+ "preversion": "yarn build:lib",
31
+ "version": "node version && git add .",
32
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
33
},
34
"dependencies": {
0 commit comments