新增npm命令

This commit is contained in:
wenpeng 2024-10-21 11:53:43 +08:00
parent 1eab67953c
commit b777133751

View File

@ -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": "",