Skip to content

Commit

Permalink
chore: fix generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 16, 2023
1 parent a8333be commit e2cbc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"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:generate": "NUXT_TELEMETRY_DEBUG=1 nuxi generate 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",
Expand Down Expand Up @@ -67,4 +67,4 @@
"vitest": "^0.34.6",
"vue-tsc": "^1.8.15"
}
}
}

0 comments on commit e2cbc66

Please sign in to comment.