Skip to content

Commit

Permalink
chore(monorepo): remove pnpm run docs:changelogs for version script
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g authored Jan 21, 2025
1 parent d658370 commit c298573
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 @@ -24,7 +24,7 @@
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"test:integration": "turbo run test:integration",
"version": "changeset version && pnpm run docs:changelogs && pnpm run format:pkgs && pnpm run format:md"
"version": "changeset version && pnpm run format:pkgs && pnpm run format:md"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
Expand Down

0 comments on commit c298573

Please sign in to comment.