Skip to content

Commit

Permalink
chore(monorepo): format CHANGELOG.md after changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g committed May 13, 2024
1 parent 2252a1b commit ffc6afb
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 @@ -8,7 +8,7 @@
"build": "turbo run build",
"format": "pnpm run /^format:.*/",
"format:labels": "tsx packages/tools/scripts/generate-labels.ts",
"format:md": "remark *.md docs/*.md -o --use @kadena-dev/markdown",
"format:md": "remark **/CHANGELOG.md *.md docs/*.md -o --use @kadena-dev/markdown",
"format:pkgs": "tsx packages/tools/scripts/generate-packages-json.ts",
"format:src": "prettier . \"!packages\" --cache --write",
"preinstall": "npx --no-install only-allow pnpm",
Expand All @@ -22,7 +22,7 @@
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"test:integration": "turbo run test:integration",
"version": "changeset version && pnpm run format:pkgs"
"version": "changeset version && pnpm run format:pkgs && pnpm run format:md"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit ffc6afb

Please sign in to comment.