diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 89226c5..878742f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { "image": "mcr.microsoft.com/devcontainers/typescript-node:18", - "features": { - } + "features": {}, + "postCreateCommand": "npm install" }