From 5176dba8a03ca85034f99a6c1a4eb67ca1f55e55 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 02:43:14 +0100 Subject: [PATCH] test(docker): stub update fixture lint preflight --- scripts/e2e/update-channel-switch-docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/e2e/update-channel-switch-docker.sh b/scripts/e2e/update-channel-switch-docker.sh index b68a4847e38..ef18adee0cb 100755 --- a/scripts/e2e/update-channel-switch-docker.sh +++ b/scripts/e2e/update-channel-switch-docker.sh @@ -51,6 +51,7 @@ packageJson.pnpm = { ...packageJson.pnpm, allowUnusedPatches: true }; packageJson.scripts = { ...packageJson.scripts, build: "node -e \"console.log(\\\"fixture build skipped\\\")\"", + lint: "node -e \"console.log(\\\"fixture lint skipped\\\")\"", "ui:build": "node -e \"console.log(\\\"fixture ui build skipped\\\")\"", }; fs.writeFileSync(packageJsonPath, `${JSON.stringify(packageJson, null, 2)}\n`);