mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
Attempt to not run install script when devcontainer is initialised
This commit is contained in:
parent
d15999abc8
commit
288505fd44
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user