File tree Expand file tree Collapse file tree 2 files changed +577
-834
lines changed
Expand file tree Collapse file tree 2 files changed +577
-834
lines changed Original file line number Diff line number Diff line change 3434 "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
3535 "lint" : " eslint ." ,
3636 "prepublishOnly" : " pnpm run prepack" ,
37- "release" : " pnpm test && standard-version && git push --follow-tags && npm publish " ,
37+ "release" : " pnpm lint && pnpm test && changelogen --release && npm publish && git push --follow-tags" ,
3838 "test" : " vitest run --coverage"
3939 },
4040 "dependencies" : {
4141 "@nuxt/kit" : " ^3.13.1" ,
42+ "changelogen" : " ^0.5.5" ,
4243 "pathe" : " ^1.1.2" ,
4344 "pkg-types" : " ^1.1.3" ,
4445 "semver" : " ^7.6.3"
5758 "eslint" : " ^9.9.0" ,
5859 "husky" : " 9.1.4" ,
5960 "nuxt" : " ^3.13.1" ,
60- "standard-version" : " ^9.5.0" ,
6161 "typescript" : " ^5.5.4" ,
6262 "vitest" : " ^2.0.5" ,
6363 "vue-tsc" : " ^2.0.29"
You can’t perform that action at this time.
0 commit comments