diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 19:49:37 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 19:49:37 +0000 |
| commit | 79ef182b6c3efc074422aed01c668bdef2f30676 (patch) | |
| tree | 199feec6ac134021aa3fbe888176e321719a1b21 /.devcontainer/devcontainer.json | |
| parent | 4228765100aeca3d0ae170621335631ffb784753 (diff) | |
| download | ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.tar.gz ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.tar.bz2 ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.zip | |
Move to Plug'n'Play over node_modules
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
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 |
