File tree Expand file tree Collapse file tree 2 files changed +258
-658
lines changed Expand file tree Collapse file tree 2 files changed +258
-658
lines changed Original file line number Diff line number Diff line change 2727 "build" : " unbuild" ,
2828 "dev" : " vitest" ,
2929 "lint" : " eslint --ext .ts src" ,
30- "prerelease" : " pnpm test && pnpm build && standard-version -p && git push --follow-tags && pnpm publish --tag prerelease" ,
31- "release" : " pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish" ,
30+ "release" : " pnpm test && pnpm build && changelogen --release --push && pnpm publish" ,
3231 "test" : " pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
3332 },
3433 "dependencies" : {
3837 "@nuxtjs/eslint-config-typescript" : " ^11.0.0" ,
3938 "@types/node" : " ^18.11.9" ,
4039 "@vitest/coverage-c8" : " ^0.25.2" ,
40+ "changelogen" : " ^0.5.1" ,
4141 "eslint" : " ^8.27.0" ,
4242 "expect-type" : " ^0.15.0" ,
43- "standard-version" : " ^9.5.0" ,
4443 "typescript" : " ^4.9.3" ,
4544 "unbuild" : " ^0.9.4" ,
4645 "vite" : " ^3.2.4" ,
You can’t perform that action at this time.
0 commit comments