Skip to content

Commit

Permalink
Run npm install on devcontainer creation
Browse files Browse the repository at this point in the history
  • Loading branch information
limarkxx committed Aug 9, 2023
1 parent 3582774 commit f732c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
}
},
"postCreateCommand": "npm install"
}

0 comments on commit f732c3d

Please sign in to comment.