From efb4255238ca4557d8d70b218bb42141d8336467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9C=E6=B5=85?= <14177215+unliar@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:44:53 +0800 Subject: [PATCH] chore: update pkg script watch (#2920) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f9d0c2c..765732922 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "csb:install": "corepack enable && corepack pnpm i", "csb:build": "pnpm build", "clean": "rimraf ./dist && rimraf playwright-report test-result", - "watch": "pnpm -r run watch", + "watch": "bunchee -w", "build": "bunchee", "build:e2e": "pnpm next build e2e/site", "attw": "attw --pack",