From e2cbc6632eb1f0ae1133d7784dc01ca74cc391d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 16 Nov 2023 18:20:00 +0100 Subject: [PATCH] chore: fix generate command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1506aa9..bc37fee 100644 --- a/package.json +++ b/package.json @@ -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", @@ -67,4 +67,4 @@ "vitest": "^0.34.6", "vue-tsc": "^1.8.15" } -} \ No newline at end of file +}