From d9cbc1434cd3fa4548ab3ab15862902576113d99 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 29 Jun 2026 09:36:23 +0000 Subject: [PATCH] fix: keep JD01 source workspace clean --- config/hwlab-node-lanes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hwlab-node-lanes.yaml b/config/hwlab-node-lanes.yaml index 6b67056e..7471d306 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -823,7 +823,7 @@ lanes: npx --version install: executor: host - dependencyCommand: npm install --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1 + dependencyCommand: npm install --no-save --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1 browserCommand: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium stateDir: /var/lib/unidesk/hwlab-source-workspace-install timeoutSeconds: 900