Skip to content

Commit

Permalink
chore: run npm install when setting up dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
uday-rana committed Nov 12, 2024
1 parent d69b40d commit 9066cad
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 @@ -12,7 +12,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
"postCreateCommand": "npm install",

// Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit 9066cad

Please sign in to comment.