Skip to content

Commit

Permalink
chore: use module-builder stub mode for more accurate types (#126)
Browse files Browse the repository at this point in the history
* chore: use module-builder stub mode for more accurate types

* chore: prepare more things
  • Loading branch information
danielroe committed Dec 19, 2023
1 parent 280946c commit 41ac6e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"virtual.d.ts"
],
"scripts": {
"stub": "nuxt-build-module build --stub",
"stub": "nuxt-build-module build --stub && nuxt-module-build prepare",
"build": "pnpm dev:prepare && pnpm build:module && pnpm build:client",
"build:client": "nuxi generate client",
"build:module": "nuxt-build-module build",
"lint": "eslint . --fix",
"dev": "nuxi dev .playground",
"dev:build": "nuxi build .playground",
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare .playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare .playground && nuxi prepare client",
"release": "bumpp && pnpm -r publish --no-git-checks",
"test": "vitest"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./.playground/.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json"
}

0 comments on commit 41ac6e8

Please sign in to comment.