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 27
27
"build" : " unbuild" ,
28
28
"dev" : " vitest" ,
29
29
"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" ,
32
31
"test" : " pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
33
32
},
34
33
"dependencies" : {
38
37
"@nuxtjs/eslint-config-typescript" : " ^11.0.0" ,
39
38
"@types/node" : " ^18.11.9" ,
40
39
"@vitest/coverage-c8" : " ^0.25.2" ,
40
+ "changelogen" : " ^0.5.1" ,
41
41
"eslint" : " ^8.27.0" ,
42
42
"expect-type" : " ^0.15.0" ,
43
- "standard-version" : " ^9.5.0" ,
44
43
"typescript" : " ^4.9.3" ,
45
44
"unbuild" : " ^0.9.4" ,
46
45
"vite" : " ^3.2.4" ,
You can’t perform that action at this time.
0 commit comments