Skip to content

Commit

Permalink
chore: adopt new module-builder prepare mode (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 1, 2023
1 parent 17ab684 commit db5b92a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"bin"
],
"scripts": {
"build": "nuxt-module-build",
"build": "nuxt-module-build build",
"dev": "NUXT_TELEMETRY_DEBUG=1 nuxi dev playground",
"dev:build": "NUXT_TELEMETRY_DEBUG=1 nuxi build playground",
"dev:generate": "NUXT_TELEMETRY_DEBUG=1 nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint --ext .ts,.js,.vue .",
"nuxt-telemetry": "jiti ./src/cli.ts",
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"release": "pnpm test && pnpm build && pnpm changelogen --release --push && pnpm publish",
"test": "pnpm vitest run --coverage"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./playground/.nuxt/tsconfig.json",
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"esModuleInterop": true
}
Expand Down

0 comments on commit db5b92a

Please sign in to comment.