Skip to content

Commit 3dd207e

Browse files
committed
chore: use module-builder stub mode for more accurate types
1 parent 9fac05b commit 3dd207e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepack": "nuxt-module-build",
2121
"dev": "nuxi dev playground",
2222
"dev:build": "nuxi build playground",
23-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
23+
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
2424
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
2525
"lint": "eslint .",
2626
"test": "vitest run",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "./playground/.nuxt/tsconfig.json"
2+
"extends": "./.nuxt/tsconfig.json"
33
}

0 commit comments

Comments
 (0)