From b7771337517677b7b3c056f720a8c296fa59bf13 Mon Sep 17 00:00:00 2001 From: wenpeng Date: Mon, 21 Oct 2024 11:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Enpm=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0341e48..87794bc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "hlk_codegen": "npx playwright codegen https://hlk.meiguanjia.net/#/", "mgj_codegen": "npx playwright codegen https://vip1.meiguanjia.net/shair/?v=mgj", "zhb_codegen": "npx playwright codegen https://shengyibao.meiguanjia.net/young/", - "ui": "npx playwright test --ui" + "ui": "npx playwright test --ui", + "pwi": "npm ci && npx playwright install", + "pwu": "npx playwright install --with-deps" }, "keywords": [], "author": "",