Remove npm run install (not needed)

This commit is contained in:
Robin van der Linde 2021-07-13 14:00:11 +02:00
parent 8ddca45d24
commit 9ff02d2dba
No known key found for this signature in database
GPG key ID: 167AD394AD7D0848

View file

@ -22,7 +22,7 @@
"forwardPorts": [1234],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm install && npm run init",
"postCreateCommand": "npm run init",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"