Skip to content

Commit

Permalink
fix: rename and optimize versioning scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 9, 2023
1 parent 7a1bad7 commit a912d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"version:bump": ".scripts/bump-version.sh patch && .scripts/tag-version.sh",
"version:bump-major": ".scripts/bump-version.sh major && .scripts/tag-version.sh",
"version:bump-minor": ".scripts/bump-version.sh minor && .scripts/tag-version.sh",
"version:bump-patch": "pnpm ws:version",
"version:publish": "pnpm run version:publish-gh-refs && pnpm run version:publish-npm",
"version:publish-gh-refs": "git push && git push --tags",
"version:bump-patch": "pnpm version:bump",
"version:publish": "pnpm run version:publish-github && pnpm run version:publish-npm",
"version:publish-github": "git push --no-verify && git push --no-verify --tags",
"version:publish-npm": "pnpm -r --filter='@storylite/*' exec pnpm publish"
},
"lint-staged": {
Expand Down

0 comments on commit a912d73

Please sign in to comment.