From 2a817bb097e37e5d8c32d7d6546a9ef9701d2fb0 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:17:28 +0100 Subject: [PATCH] Engineering - Delete the worktree hook file for the time being (#295776) Delete the worktree hook file for the time being --- .github/hooks/worktree.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/hooks/worktree.json diff --git a/.github/hooks/worktree.json b/.github/hooks/worktree.json deleted file mode 100644 index a9f68bd12b9..00000000000 --- a/.github/hooks/worktree.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": 1, - "hooks": { - "sessionStart": [ - { - "type": "command", - "bash": "npm install", - "powershell": "npm install", - "timeoutSec": 120 - } - ], - "sessionEnd": [ - { - "type": "command", - "bash": "npm run compile", - "powershell": "npm run compile", - "timeoutSec": 120 - } - ] - } -}