Skip to content

Commit

Permalink
chore: no tag per package (#1924)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Jun 26, 2024
1 parent 1044c9d commit 6faff7d
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 @@ -27,7 +27,7 @@
"lint": "eslint --ignore-path .gitignore .",
"validate": "pnpm lint && pnpm check-types && pnpm check-format",
"run-mediator": "ts-node ./samples/mediator.ts",
"release": "pnpm build && pnpm changeset publish"
"release": "pnpm build && pnpm changeset publish --no-git-tag"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
Expand Down

0 comments on commit 6faff7d

Please sign in to comment.