File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 " README.md"
3131 ],
3232 "scripts" : {
33- "build" : " nuxi build -module --stub . && nuxi prepare playground && nuxi build -module . " ,
33+ "build" : " nuxt -module-build build --stub && nuxt-module-build prepare && nuxt -module-build build " ,
3434 "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia-orm/nuxt -r 1" ,
3535 "dev" : " nuxi dev playground" ,
3636 "dev:build" : " nuxi build playground" ,
37- "lint" : " nuxi build -module --stub . && nuxi prepare playground && eslint . --cache" ,
37+ "lint" : " nuxt -module-build build --stub && nuxt-module-build prepare && eslint . --cache" ,
3838 "lint:fix" : " eslint . --cache --fix" ,
39- "dev:prepare" : " nuxi build -module --stub . && nuxi prepare playground"
39+ "dev:prepare" : " nuxt -module-build build --stub && nuxt-module-build prepare && nuxi prepare playground"
4040 },
4141 "peerDependencies" : {
4242 "@pinia/nuxt" : " ^0.5.1"
You can’t perform that action at this time.
0 commit comments