Skip to content

Commit 1ceee84

Browse files
committed
auto-run prettier on changelogs
1 parent c96562a commit 1ceee84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"version": "changeset version; pnpm install --lockfile-only",
3+
"version": "changeset version; pnpm install --lockfile-only; pnpm run -r format",
44
"release": "pnpm -r publish --no-git-checks; changeset tag"
55
},
66
"devDependencies": {

0 commit comments

Comments
 (0)