Skip to content

Commit

Permalink
fix: skip git checks before publishing with pnpm (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq authored May 31, 2024
2 parents 1b513b4 + 257e3b0 commit 81bc632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": true,
"getPublishedVersion": "npm view ${ pkgFile.pkg.name } version",
"prepublish": ["pnpm i", "pnpm build"],
"publish": ["pnpm publish --access public"],
"publish": ["pnpm publish --access public --no-git-checks"],
"postpublish": [
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
Expand Down

0 comments on commit 81bc632

Please sign in to comment.