Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Feb 9, 2024
1 parent 4462596 commit 3e0ac40
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 @@ -30,8 +30,8 @@
"outdated": "npm outdated --workspaces",
"audit": "npm audit fix --workspaces",
"lerna:sync": "npm install && lerna publish --exact --yes --skip-npm --no-git-tag-version --no-push --bump $npm_package_version",
"lerna:publish": "lerna publish --exact --yes --no-git-tag-version --no-push --repo-version $npm_package_version",
"lerna:publish:next": "lerna publish --exact --yes --no-git-tag-version --no-push --repo-version $npm_package_version --dist-tag next"
"lerna:publish": "lerna publish --exact --yes --no-git-tag-version --no-push --bump $npm_package_version",
"lerna:publish:next": "lerna publish --exact --yes --no-git-tag-version --no-push --bump $npm_package_version --dist-tag next"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e0ac40

Please sign in to comment.