Skip to content

Commit

Permalink
chore: add release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 15, 2022
1 parent 61d5c3a commit afea154
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"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",
"docs:dev": "npm run docs:styles && npx vuepress dev docs",
"docs:build": "npm run docs:styles && vuepress build docs",
"docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss"
"docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss",
"release": "standard-version && git push --follow-tags origin master",
"release-minor": "standard-version --release-as minor && git push --follow-tags origin master"
},
"keywords": [],
"author": "Stefan Pfaffel",
Expand Down

0 comments on commit afea154

Please sign in to comment.