Skip to content

Commit

Permalink
bump pnpm lock file after version
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Aug 28, 2024
1 parent 622003f commit 6b0278b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"getPublishedVersion": "npm view ${ pkgFile.pkg.name } version",
"prepublish": ["pnpm i", "pnpm build"],
"publish": ["pnpm publish --access public --no-git-checks"],
"postversion": ["pnpm i --lockfile-only"],
"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 6b0278b

Please sign in to comment.