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 - } - ] - } -}