mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:08:41 -06:00
Simplify "Configure Build Tools" devcontainer step. (#62955)
This commit is contained in:
parent
f3770c9b89
commit
9d364978d3
@ -15,7 +15,7 @@
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": {
|
||||
"Configure Build Tools": "sudo corepack enable npm; sudo npm install -g hereby; npm ci",
|
||||
"Configure Build Tools": "sudo npm install -g hereby; npm ci",
|
||||
"Install pprof": "go install github.com/google/pprof@latest",
|
||||
"Install Graphviz": "sudo apt install graphviz"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user