Skip to content

Commit 30eb1f0

Browse files
committed
chore(nuxt): move to nuxt-module-build
1 parent 31cb11d commit 30eb1f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
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"

0 commit comments

Comments
 (0)