Skip to content

Commit

Permalink
Explicitly set releases to use latest tag (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Dec 19, 2024
1 parent dd5aeab commit 8840548
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 @@ -14,7 +14,7 @@
"ci:publish": "pnpm '/^ci:publish:.+/'",
"ci:publish:hex-electric": "pnpm run --dir packages/sync-service publish:hex",
"ci:publish:hex-electric-client": "pnpm run --dir packages/elixir-client publish:hex",
"ci:publish:npm": "pnpm changeset publish",
"ci:publish:npm": "pnpm changeset publish --tag latest",
"ci:version": "pnpm exec changeset version",
"example-backend:down": "dotenv -e .env.dev -- docker compose -f .support/docker-compose.yml down --volumes",
"example-backend:just_up": "dotenv -e .env.dev -- docker compose -f ./.support/docker-compose.yml up -d",
Expand Down

0 comments on commit 8840548

Please sign in to comment.