Loading .devcontainer/devcontainer.json +1 −1 Original line number Diff line number Diff line Loading @@ -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": {}, Loading Loading
.devcontainer/devcontainer.json +1 −1 Original line number Diff line number Diff line Loading @@ -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": {}, Loading