Skip to content

Commit

Permalink
build: npm version script add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Jun 28, 2020
1 parent 22dd327 commit f1b354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"seinjs-dev": "webpack --watch --env.development --seinjs",
"seinjs-build": "webpack --env.development --seinjs",
"preversion": "npm run build && npm test",
"version": "npm run release && npm run doc && npm run doc-tsd && git add -A",
"version": "npm run release && npm run doc && npm run doc-tsd && npm run changelog && git add -A",
"major": "npm version major -m 'publish %s'",
"minor": "npm version minor -m 'publish %s'",
"patch": "npm version patch -m 'publish %s'"
Expand Down

0 comments on commit f1b354e

Please sign in to comment.