From 43ee87bbafb0cb9779256360bb93f5c9d67f12f7 Mon Sep 17 00:00:00 2001 From: Benjamin VIELLARD Date: Mon, 18 Dec 2023 10:45:27 +0100 Subject: [PATCH] build: nuxt-module-build ask for build command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3db9a2f..7456b6c 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ ], "scripts": { "prepare": "nuxi prepare playground", - "prepack": "nuxt-module-build", + "prepack": "nuxt-module-build build", "dev": "nuxi dev playground", - "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", + "dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground", "dev:build": "nuxi build playground", "dev:start": "nuxi start playground", "build": "nuxt-module-build build",