From fac4c994b4416cec0f64e9106835ad1ca0a91592 Mon Sep 17 00:00:00 2001 From: whyrove Date: Mon, 20 Jan 2025 17:50:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E7=9C=8B=E7=9C=8B?= 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 f208d31e..5e2dc812 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test": "jest --no-cache", "ci:test": "pnpm run test --coverage", "ci:eslint": "pnpm run lint:script -- -f json -o ./.ci/eslint.json", - "ui:test": "chmod +x ./scripts/ui-test.sh && ./scripts/ui-test.sh", + "ui:test": "dumi dev & chmod +x ./scripts/ui-test.sh && ./scripts/ui-test.sh", "generate:mini:files": "node scripts/mini-program-site/generateMiniFiles.js", "lint": "pnpm run lint:script && pnpm run lint:style", "lint:script": "eslint ./packages --ext .js,.jsx,.ts,.tsx",