Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonneal committed Sep 25, 2024
1 parent 3b9f642 commit dcff9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"docs-build": "typedoc",
"workspace": "pnpm -w",
"ts-standard": "pnpm --filter ts-standard",
"ci:version": "pnpm changeset version && pnpm changeset tag",
"ci:publish": "pnpm publish -r && git push --follow-tags"
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset tag && pnpm publish -r"
},
"engines": {
"node": ">=22.7.0",
Expand Down

0 comments on commit dcff9f4

Please sign in to comment.