Update devcontainer.json

This commit is contained in:
Ben Welsh 2023-04-21 15:35:53 -07:00 committed by GitHub
parent 6b6b9af90d
commit 45fe400063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
"postCreateCommand": "yarn install",
}
"postCreateCommand": "yarn install"
}