Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Aug 16, 2018
1 parent c9d5422 commit 1c6cd3c
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 @@ -27,7 +27,7 @@
"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 --cd-version=prepatch --preid=beta --npm-tag=beta"
"release:beta": "lerna publish --exact --conventional-commits --cd-version=prepatch --preid=beta --npm-tag=beta"
},
"lint-staged": {
"*.{js,jsx}": [
Expand Down

0 comments on commit 1c6cd3c

Please sign in to comment.