mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 06:10:38 +03:00
chore: use standard-version for release
This commit is contained in:
+4
-4
@@ -51,10 +51,9 @@
|
|||||||
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
|
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
|
||||||
"docs:build": "vuepress build docs",
|
"docs:build": "vuepress build docs",
|
||||||
"lint": "eslint src test",
|
"lint": "eslint src test",
|
||||||
"predeploy": "git checkout master && git pull -r",
|
"prerelease": "git checkout master && git pull -r",
|
||||||
"deploy": "yarn version",
|
"release": "yarn lint && yarn test && yarn build && standard-version",
|
||||||
"postdeploy": "git push origin master --follow-tags && yarn release",
|
"postrelease": "git push origin master --follow-tags && yarn publish",
|
||||||
"release": "yarn lint && yarn test && yarn build && yarn publish",
|
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -97,6 +96,7 @@
|
|||||||
"rollup-plugin-json": "^3.1.0",
|
"rollup-plugin-json": "^3.1.0",
|
||||||
"rollup-plugin-node-resolve": "^4.0.0",
|
"rollup-plugin-node-resolve": "^4.0.0",
|
||||||
"rollup-plugin-terser": "^4.0.4",
|
"rollup-plugin-terser": "^4.0.4",
|
||||||
|
"standard-version": "^5.0.1",
|
||||||
"update-section": "^0.3.3",
|
"update-section": "^0.3.3",
|
||||||
"vue": "^2.6.8",
|
"vue": "^2.6.8",
|
||||||
"vue-jest": "^3.0.4",
|
"vue-jest": "^3.0.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user