Skip to content

Commit

Permalink
Merge pull request #150 from 4GeeksAcademy/Charlytoc-patch-13
Browse files Browse the repository at this point in the history
Update devcontainer.json
  • Loading branch information
tommygonzaleza authored Aug 28, 2024
2 parents c4b8bd3 + a33c928 commit 6ce7c2a
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 @@ -23,7 +23,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/[email protected]"
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/[email protected]"

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

0 comments on commit 6ce7c2a

Please sign in to comment.