diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b4f4c0e..ca8f7e3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,7 +27,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm install", + "postCreateCommand": "echo \"Run 'npm install' to install dependencies and build packages\"", // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node"