Skip to content

Commit 651b3f2

Browse files
committed
chore: update nuxt-module-builder
1 parent d30e005 commit 651b3f2

3 files changed

Lines changed: 92 additions & 262 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dev": "nuxi dev playground",
2727
"dev:build": "nuxi build playground",
2828
"dev:analyze": "nuxi analyze playground",
29-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
29+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
3030
"dev:preview": "nuxi preview playground",
3131
"changelogen": "changelogen --release --no-tag --no-commit && eslint . --fix",
3232
"typecheck": "tsc --project playground/.nuxt/tsconfig.json --noEmit",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@antfu/eslint-config-ts": "0.39.5",
5050
"@nuxt/devtools": "latest",
51-
"@nuxt/module-builder": "^0.4.0",
51+
"@nuxt/module-builder": "^0.5.5",
5252
"@nuxt/schema": "^3.11.1",
5353
"@nuxt/test-utils": "^3.12.0",
5454
"@quasar/extras": "^1.16.9",

0 commit comments

Comments
 (0)