Skip to content

Commit

Permalink
fix(root): release command
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Aug 21, 2024
1 parent ba83065 commit e996546
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 @@ -7,7 +7,7 @@
"dev": "turbo run dev --filter=!react-email-starter --parallel --concurrency 25",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"release": "turbo run build --filter=./packages/* && pnpm changeset publish",
"release": "turbo run build --filter=./packages/* --filter=!react-email-starter && pnpm changeset publish",
"canary:enter": "changeset pre enter canary",
"canary:exit": "changeset pre exit",
"version": "changeset version && pnpm install --no-frozen-lockfile",
Expand Down

0 comments on commit e996546

Please sign in to comment.