Skip to content

Commit

Permalink
Try resolving the missing Git tags on changeset publish (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
alco authored Aug 7, 2024
1 parent 6bde30a commit e9b4da0
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 @@ -9,7 +9,7 @@
"example-backend:up": "dotenv -e .env.dev -- docker compose -f ./.support/docker-compose.yml up -d ",
"example-backend:down": "dotenv -e .env.dev -- docker compose -f .support/docker-compose.yml down --volumes",
"stylecheck-all": "pnpm --if-present --recursive run stylecheck",
"ci:version": "pnpm exec changeset version && pnpm exec changeset tag",
"ci:publish": "pnpm publish -r"
"ci:version": "pnpm exec changeset version",
"ci:publish": "pnpm changeset publish"
}
}

0 comments on commit e9b4da0

Please sign in to comment.