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 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/*" ],
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments