feat: 添加 CaseRun native 热重载
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
"scripts": {
|
||||
"deps": "node ../../scripts/worktree-deps.mjs --web",
|
||||
"dev": "bun run deps --quiet && vite",
|
||||
"dev:native-caserun": "CHOKIDAR_USEPOLLING=1 HWLAB_CASERUN_NATIVE_TEST=1 bun run dev",
|
||||
"caserun:native": "bun scripts/caserun-native-supervisor.ts",
|
||||
"caserun:native:start": "bun run scripts/caserun-native-service.ts start",
|
||||
"caserun:native:stop": "bun run scripts/caserun-native-service.ts stop",
|
||||
"caserun:native:status": "bun run scripts/caserun-native-service.ts status",
|
||||
"caserun:native:logs": "bun run scripts/caserun-native-service.ts logs",
|
||||
"check": "bun run deps --quiet && bun run scripts/tsc-check.ts && bun test scripts",
|
||||
"check:tsc": "bun run deps --quiet && bun run scripts/tsc-check.ts",
|
||||
"check:tsc-strict": "bun run deps --quiet && bun run scripts/tsc-check.ts --strict",
|
||||
|
||||
Reference in New Issue
Block a user