Skip to content

Commit

Permalink
fix: install deps in CI (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq authored May 31, 2024
2 parents 8ed7109 + 5ef6edb commit 1b513b4
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 @@ -4,7 +4,7 @@
"javascript": {
"version": true,
"getPublishedVersion": "npm view ${ pkgFile.pkg.name } version",
"prepublish": ["pnpm build"],
"prepublish": ["pnpm i", "pnpm build"],
"publish": ["pnpm publish --access public"],
"postpublish": [
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
Expand Down

0 comments on commit 1b513b4

Please sign in to comment.