File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 15
15
"validate" : " pnpm i && pnpm build && pnpm test && typedoc && pnpm lint" ,
16
16
"bump" : " changeset version && pnpm i" ,
17
17
"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 " ,
19
19
"ci-publish" : " pnpm build && pnpm test && pnpm lint && changeset publish"
20
20
},
21
21
"workspaces" : [" packages/*" ],
Original file line number Diff line number Diff line change 19
19
}
20
20
},
21
21
"types" : " ./dist/index.d.ts" ,
22
- "files" : [
23
- " dist"
24
- ],
22
+ "files" : [" dist" ],
25
23
"scripts" : {
26
24
"build" : " tsup ./src/index.ts --format esm --no-splitting --dts --sourcemap --clean" ,
27
25
"coverage" : " vitest run --coverage --coverage.include=src/**/*.ts --coverage.exclude=src/index.ts" ,
You can’t perform that action at this time.
0 commit comments