We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d5c3a commit afea154Copy full SHA for afea154
1 file changed
package.json
@@ -8,7 +8,9 @@
8
"docs:serve": "nodemon --ext md,vue,js,scss --ignore docs/.vuepress/.cache --ignore docs/.vuepress/.temp --watch docs/ --watch styles --exec npm run docs:dev",
9
"docs:dev": "npm run docs:styles && npx vuepress dev docs",
10
"docs:build": "npm run docs:styles && vuepress build docs",
11
- "docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss"
+ "docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss",
12
+ "release": "standard-version && git push --follow-tags origin master",
13
+ "release-minor": "standard-version --release-as minor && git push --follow-tags origin master"
14
},
15
"keywords": [],
16
"author": "Stefan Pfaffel",
0 commit comments