mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
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:
21
.github/hooks/worktree.json
vendored
21
.github/hooks/worktree.json
vendored
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user