Engineering - Delete the worktree hook file for the time being (#295776)

Delete the worktree hook file for the time being
This commit is contained in:
Ladislau Szomoru
2026-02-17 16:17:28 +01:00
committed by GitHub
parent 8ad59c5ed7
commit 2a817bb097

View File

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