Skip to content

Commit

Permalink
Fix publishing with lerna v3.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Dec 15, 2020
1 parent df91952 commit 5ca5596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.22.1",
"version": "0.1.1",
"version": "0.1.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -8,8 +8,8 @@
"watch": "lerna run watch",
"start": "lerna run start",
"test": "echo 'Should run tests'",
"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 --no-git-tag-version --no-push",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary --preid=next --dist-tag=next --no-git-tag-version --no-push --yes"
},
"keywords": [
"gantt",
Expand Down

0 comments on commit 5ca5596

Please sign in to comment.