From f0c43a85eb9b00cff04e1d5521b9bd3c4509c3dc Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 2 Jan 2024 09:58:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20prebuild=20command.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c9d123..f588dc5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dev": "vite dev", "host": "vite dev --host", "build": "pnpm run prebuild && vite build", - "prebuild": "cd ./check-size && npm run start", + "prebuild": "cd ./check-size && pnpm install && pnpm run start", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",