2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-16 15:29:03 +00:00

Attempt to not run install script when devcontainer is initialised

This commit is contained in:
Vjacheslav Trushkin 2022-05-28 16:07:19 +03:00
parent d15999abc8
commit 288505fd44

View File

@ -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"