From 34d7b8445e345e75d38d9b289bd6235787596cf0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jul 2026 12:10:29 +0200 Subject: [PATCH] fix(cicd): keep TaskTree smoke out of runtime scope --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 00f261b8..f1696a95 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "harnessrl:native:l1-smoke": "node scripts/harnessrl-native-l1-smoke.mjs", "tasktree:backup:l1-smoke": "bun scripts/tasktree-backup-native-l1-smoke.mjs", "tasktree:backup:restore:l1-smoke": "bun scripts/tasktree-backup-restore-l1-smoke.mjs", - "tasktree:schema:concurrency-smoke": "bun scripts/tasktree-schema-concurrency-smoke.mjs", "workbench:api:dev": "bun --watch cmd/hwlab-workbench-api/main.ts", "workbench:worker:dev": "bun --watch cmd/hwlab-workbench-worker/main.ts", "workbench:web:dev": "cd web/hwlab-cloud-web && WORKBENCH_VITE_USE_POLLING=1 bun run dev",