File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 " dist"
2222 ],
2323 "scripts" : {
24- "build" : " nuxt-module-build" ,
24+ "build" : " nuxt-module-build build " ,
2525 "dev" : " nuxi dev playground" ,
2626 "dev:build" : " nuxi build playground" ,
27- "dev:prepare" : " nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
27+ "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
2828 "lint" : " eslint --ext .js,.ts,.vue" ,
2929 "prepack" : " pnpm build" ,
30- "release" : " pnpm test && pnpm build && changelogen --release && git push --follow-tags && pnpm publish" ,
30+ "release" : " pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish" ,
3131 "test" : " pnpm lint && vitest run --coverage"
3232 },
3333 "dependencies" : {
5757 "access" : " public"
5858 },
5959 "packageManager" : " pnpm@8.15.5"
60- }
60+ }
You can’t perform that action at this time.
0 commit comments