Skip to content

Commit

Permalink
chore: add release:beta to pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Aug 16, 2018
1 parent 467ee53 commit c9d5422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"size": "gzip-size ./packages/nerv/dist/nerv.min.js",
"build:esm": "lerna exec -- rollup -c --environment TARGET:esm",
"build:umd": "lerna exec -- rollup -c --environment TARGET:umd",
"release": "lerna publish --exact --conventional-commits"
"release": "lerna publish --exact --conventional-commits",
"release": "lerna publish --exact --conventional-commits --cd-version=prepatch --preid=beta --npm-tag=beta"
},
"lint-staged": {
"*.{js,jsx}": [
Expand Down

0 comments on commit c9d5422

Please sign in to comment.