add npm on init
This commit is contained in:
parent
9cdaaf3a39
commit
819d05a9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
1313
|
||||
],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "git submodule update --init --recursive",
|
||||
"postCreateCommand": "git submodule update --init --recursive --depth 1 && npm i",
|
||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "node",
|
||||
"features": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue