Skip to content

Commit

Permalink
chore: remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed Jul 23, 2024
1 parent 21549e6 commit 47bb0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"new-version-beta": "lerna version prerelease --sync-workspace-lock --preid ${0} --no-changelog",
"new-publish-beta": "lerna publish from-package --dist-tag beta --preid ${0}",
"beta-release": "yarn new-version-beta ${0} && yarn new-publish-beta ${0}",
"new-version-hotfix": "lerna version patch --sync-workspace-lock --preid ${0} --no-changelog",
"new-version-hotfix": "lerna version --sync-workspace-lock --preid ${0} --no-changelog",
"new-publish-hotfix": "lerna publish from-package --dist-tag hotfix --preid ${0}",
"hotfix-release": "yarn new-version-hotfix ${0} && yarn new-publish-hotfix ${0}",
"test": "lerna run build --include-dependencies --since && lerna run test --since --parallel",
Expand Down

0 comments on commit 47bb0e2

Please sign in to comment.