mirror of
https://github.com/iconify/iconify.git
synced 2024-12-22 17:58: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": [],
|
// "forwardPorts": [],
|
||||||
|
|
||||||
// Use 'postCreateCommand' to run commands after the container is created.
|
// 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.
|
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||||
"remoteUser": "node"
|
"remoteUser": "node"
|
||||||
|
Loading…
Reference in New Issue
Block a user