Skip to content

Commit

Permalink
build: use custom git tag script for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoidl committed Jan 24, 2024
1 parent 0d082ce commit de3636e
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 @@ -26,7 +26,7 @@
"format:check": "prettier --check 'packages/*/**/*.{ts,tsx}'",
"format:write": "prettier --write 'packages/*/**/*.{ts,tsx}' && syncpack format",
"lint": "turbo run lint",
"publish-packages": "turbo run test && turbo run export-version && turbo run build lint typecheck && changeset publish",
"publish-packages": "turbo run test && turbo run export-version && turbo run build lint typecheck && changeset publish --no-git-tag && node scripts/tag.mjs",
"syncpack": "syncpack lint",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
Expand Down

0 comments on commit de3636e

Please sign in to comment.