File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 " dist"
2323 ],
2424 "scripts" : {
25- "prepack" : " nuxt-module-build build" ,
25+ "build" : " nuxt-module-build build && pnpm build:client" ,
26+ "build:client" : " nuxi generate client" ,
2627 "dev" : " nuxi dev playground" ,
2728 "dev:client" : " concurrently \" nuxi dev client --port 3300\" \" nuxi dev playground\" " ,
2829 "dev:build" : " nuxi build playground" ,
2930 "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
30- "release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
31+ "release" : " pnpm lint && pnpm build && changelogen --release && npm publish && git push --follow-tags" ,
3132 "lint" : " eslint ." ,
3233 "test" : " vitest run" ,
3334 "test:watch" : " vitest watch" ,
You can’t perform that action at this time.
0 commit comments