-
Notifications
You must be signed in to change notification settings - Fork 368
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 #108 from tommygonzaleza/tommygonzaleza-patch-1
Tommygonzaleza patch 1
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 [email protected] @learnpack/[email protected].20 -g && learnpack plugins:install learnpack-react" | ||
"onCreateCommand": "npm i [email protected] @learnpack/[email protected].26 -g && learnpack plugins:install learnpack-react" | ||
|
||
// 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,4 +2,4 @@ FROM gitpod/workspace-full:latest | |
|
||
USER gitpod | ||
|
||
RUN npm i [email protected] @learnpack/[email protected].20 -g && learnpack plugins:install learnpack-react | ||
RUN npm i [email protected] @learnpack/[email protected].26 -g && learnpack plugins:install learnpack-react |