From c10d80b4deaa83fc6efbd615a61379e7df23c5f5 Mon Sep 17 00:00:00 2001 From: pshu Date: Sat, 11 May 2024 01:03:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20add=20build=20debug=20s?= =?UTF-8?q?cript=20(#1150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 67ee92755..e9abca08c 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "changelog:format": "esno scripts/format-changelog.ts", "prepare": "husky install", "build": "pnpm --filter @umijs/mako build && pnpm --filter @umijs/mako src:build && pnpm biome:format", + "build:debug": "pnpm --filter @umijs/mako build:debug && pnpm --filter @umijs/mako src:build && pnpm biome:format", "biome:format": "biome check --apply .", "test": "npm run test:e2e && npm run test:hmr && npm run test:umi", "test:e2e": "node scripts/test-e2e.mjs",