chore(mp): package.json 添加 test/test:watch script

This commit is contained in:
iven
2026-05-22 12:15:24 +08:00
parent c81c3b73d0
commit 1d443ab894

View File

@@ -12,6 +12,8 @@
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"format:check": "prettier --check 'src/**/*.{ts,tsx}'",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "vitest run --config e2e/vitest.config.ts",
"dev:h5": "dotenv -e .env.h5 -- taro build --type h5 --watch",
"build:h5": "dotenv -e .env.h5 -- taro build --type h5"