Skip to content

Commit

Permalink
updating package.json and updating nuxt module tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jun 11, 2024
1 parent ae41148 commit 907ba8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"prepack": "pnpm dev:prepare && nuxt-module-build build",
"dev": "nuxi dev playground",
"build": "pnpm prepack",
"dev:build": "nuxi build playground",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./playground/.nuxt/tsconfig.json",
"extends": "./.nuxt/tsconfig.json",
"exclude": ["dist", "node_modules", "playground"]
}

0 comments on commit 907ba8b

Please sign in to comment.