-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from 4GeeksAcademy/dev
Update to latest version, fixed all problem in windows
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |