Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel authored Jun 3, 2022
1 parent 5f2757c commit e022036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
},
"chuxel/devcontainer-features/googlechrome": "latest"
},
"postCreateCommand": "sudo chmod -R g+rw /usr/local/share/nvm/versions && . /usr/local/share/nvm/nvm.sh && npm install -g @devcontainers/cli"
}
"postCreateCommand": "sudo chmod -R g+rw /usr/local/share/nvm/versions && npm install --location=global @devcontainers/cli npm"
}

0 comments on commit e022036

Please sign in to comment.