aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index c16b503..407f7ed 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -15,6 +15,6 @@
"esbenp.prettier-vscode"
],
"forwardPorts": [3000, 27017],
- "postCreateCommand": "sudo chown node:node node_modules; yarn install",
+ "postCreateCommand": "yarn install",
"remoteUser": "node"
} \ No newline at end of file