Skip to content

Commit

Permalink
fixed publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge committed Dec 17, 2018
1 parent 6e0361e commit f8f416e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"build": "lerna run build",
"watch": "lerna run watch",
"start": "lerna run start",
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact --skip-git",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary=next --npm-tag=next --skip-git --yes"
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary --npm-tag=next --no-git-tag-version --no-push --yes"
},
"devDependencies": {
"lerna": "3.6.0",
Expand Down

0 comments on commit f8f416e

Please sign in to comment.