File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
" dist"
22
22
],
23
23
"scripts" : {
24
- "build" : " nuxt-module-build" ,
24
+ "build" : " nuxt-module-build build " ,
25
25
"dev" : " nuxi dev playground" ,
26
26
"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" ,
28
28
"lint" : " eslint --ext .js,.ts,.vue" ,
29
29
"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" ,
31
31
"test" : " pnpm lint && vitest run --coverage"
32
32
},
33
33
"dependencies" : {
57
57
"access" : " public"
58
58
},
59
59
"packageManager" : " pnpm@8.15.5"
60
- }
60
+ }
You can’t perform that action at this time.
0 commit comments