Skip to content

Commit

Permalink
Merge pull request #160 from Charlytoc/main
Browse files Browse the repository at this point in the history
Update to latest version
  • Loading branch information
tommygonzaleza authored Aug 20, 2024
2 parents 9766e84 + 4a21676 commit 3d3db0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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/[email protected].6 -g && learnpack plugins:install @learnpack/[email protected] && learnpack plugins:install @learnpack/[email protected]"
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].8 -g && learnpack plugins:install @learnpack/[email protected] && learnpack plugins:install @learnpack/[email protected]"

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM gitpod/workspace-full
USER gitpod

RUN npm i [email protected] [email protected] -g
RUN npm i @learnpack/[email protected].6 -g && learnpack plugins:install @learnpack/[email protected] && learnpack plugins:install @learnpack/[email protected]
RUN npm i @learnpack/[email protected].8 -g && learnpack plugins:install @learnpack/[email protected] && learnpack plugins:install @learnpack/[email protected]

0 comments on commit 3d3db0f

Please sign in to comment.