Skip to content

Commit

Permalink
chore(lerna.json): force publish @airy/maleo (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinkl committed Mar 19, 2019
1 parent 6233a50 commit 87598a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"yes": true
},
"publish": {
"forcePublish": false,
"npmClient": "npm",
"allowBranch": [
"master",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build:test": "yarn build && yarn test",
"publish:prepublish": "lerna run prepublish",
"publish:version-canary": "lerna version prerelease",
"publish:canary": "lerna publish --no-git-reset --canary --dist-tag next --preid canary"
"publish:canary": "lerna publish --no-git-reset --canary --dist-tag canary --preid canary --force-publish=@airy/maleo"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 87598a5

Please sign in to comment.