Save-only warning added

This commit is contained in:
Sankalp Kotewar
2022-12-20 16:15:42 +00:00
committed by GitHub
parent 8955114d15
commit 1d114a8000
6 changed files with 85 additions and 19 deletions

View File

@ -6,7 +6,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm install && npm run build"
"postCreateCommand": "npm install"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.