Skip to content

Commit 1302ff3

Browse files
committed
Add fix call to ci-version to solve changeset formatter differences
1 parent 5f0c202 commit 1302ff3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"validate": "pnpm i && pnpm build && pnpm test && typedoc && pnpm lint",
1616
"bump": "changeset version && pnpm i",
1717
"release": "pnpm validate && pnpm bump && changeset publish",
18-
"ci-version": "changeset version && pnpm install --no-frozen-lockfile",
18+
"ci-version": "changeset version && pnpm install --no-frozen-lockfile && pnpm fix",
1919
"ci-publish": "pnpm build && pnpm test && pnpm lint && changeset publish"
2020
},
2121
"workspaces": ["packages/*"],

packages/annotation-comments/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
}
2020
},
2121
"types": "./dist/index.d.ts",
22-
"files": [
23-
"dist"
24-
],
22+
"files": ["dist"],
2523
"scripts": {
2624
"build": "tsup ./src/index.ts --format esm --no-splitting --dts --sourcemap --clean",
2725
"coverage": "vitest run --coverage --coverage.include=src/**/*.ts --coverage.exclude=src/index.ts",

0 commit comments

Comments
 (0)