Update devcontainer.json
This commit is contained in:
parent
6b6b9af90d
commit
45fe400063
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Node.js",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
|
||||
"postCreateCommand": "yarn install",
|
||||
}
|
||||
"postCreateCommand": "yarn install"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue