Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Jan 30, 2025
1 parent f33e59b commit cb64a52
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 @@ -16,7 +16,7 @@
"all": "pnpm -r",
"pub": "pnpm ci:version && git commit -am 'chore: update versions' && pnpm ci:publish",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm all publish --access=public",
"ci:publish": "pnpm build && pnpm all publish --access=public",
"preinstall": "npx only-allow pnpm",
"clean": "pnpm all clean",
"clean-dist": "pnpm -r clean-dist",
Expand Down

0 comments on commit cb64a52

Please sign in to comment.