Skip to content

Commit

Permalink
Merge pull request #108 from tommygonzaleza/tommygonzaleza-patch-1
Browse files Browse the repository at this point in the history
Tommygonzaleza patch 1
  • Loading branch information
alesanchezr authored Aug 17, 2023
2 parents e7f5fae + ca37396 commit f3e6253
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] @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",
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3e6253

Please sign in to comment.