diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d57ce08dd1874e35688612c5e802cab9335d5572..6b8dfe1cfe1baa215d3f622b0c2c075d247233e2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,7 +23,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm install" + "postCreateCommand": "npm ci" // Configure tool-specific properties. // "customizations": {},