Skip to content

Commit

Permalink
feat: use new module prepare mode for types
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexpeartha committed Jul 10, 2023
1 parent 521cfab commit d83005a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:preview": "nuxi preview playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"docs:dev": "vitepress dev docs --port 4000",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
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 d83005a

Please sign in to comment.