Skip to content

Commit

Permalink
Merge pull request #136 from 4GeeksAcademy/dev
Browse files Browse the repository at this point in the history
Update to latest version, fixed all problem in windows
  • Loading branch information
Charlytoc authored Apr 7, 2024
2 parents e01be0d + 38f0484 commit c3b207b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 jest@24.8.0 -g && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].2"
"onCreateCommand": "npm i jest@29.7.0 [email protected] -g && npm i @learnpack/[email protected].46 -g && learnpack plugins:install @learnpack/[email protected].7"

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down
4 changes: 2 additions & 2 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM gitpod/workspace-full:latest

USER gitpod

RUN npm i jest@24.8.0 -g
RUN npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].2
RUN npm i jest@29.7.0 [email protected].0 -g
RUN npm i @learnpack/[email protected].46 -g && learnpack plugins:install @learnpack/[email protected].7

0 comments on commit c3b207b

Please sign in to comment.