Skip to content

Commit

Permalink
chore(package-json): update lerna publish commands (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Dec 18, 2019
1 parent 1fdf62e commit 9d4ca43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -21,7 +21,8 @@
"preversion": "lerna run build:prod --parallel",
"version": "lerna version --conventional-commits ----changelog-preset conventionalcommits --yes --ignore-changes '**/package-lock.json'",
"********** Publish": "",
"publish": "lerna publish from-git --yes"
"publish": "lerna publish from-git --yes --access public",
"publish:beta": "lerna publish --npm-tag beta from-git --yes --access public"
},
"author": {
"name": "Tinkoff Team",
Expand Down

0 comments on commit 9d4ca43

Please sign in to comment.