diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 95ca7cb6..90893609 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { "name": "Node.js", "image": "mcr.microsoft.com/devcontainers/javascript-node:0-16", - "postCreateCommand": "yarn install", -} \ No newline at end of file + "postCreateCommand": "yarn install" +}