Skip to content

Commit

Permalink
make dev container set this up
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jun 12, 2024
1 parent 003af0e commit 3174ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build": {
"dockerfile": "Dockerfile"
},
"postCreateCommand": "npm install && echo \"source ./.devcontainer/.post-create\" >> /home/node/.bashrc",
"postCreateCommand": "npm config set git-tag-version=false && npm install && echo \"source ./.devcontainer/.post-create\" >> /home/node/.bashrc",
"remoteUser": "node",
"updateRemoteUserUID": true,
"customizations": {
Expand Down

0 comments on commit 3174ba9

Please sign in to comment.