Skip to content

Commit f3e6253

Browse files
authored
Merge pull request #108 from tommygonzaleza/tommygonzaleza-patch-1
Tommygonzaleza patch 1
2 parents e7f5fae + ca37396 commit f3e6253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"onCreateCommand": "npm i [email protected] @learnpack/[email protected].20 -g && learnpack plugins:install learnpack-react"
25+
"onCreateCommand": "npm i [email protected] @learnpack/[email protected].26 -g && learnpack plugins:install learnpack-react"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",

.gitpod.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM gitpod/workspace-full:latest
22

33
USER gitpod
44

5-
RUN npm i [email protected] @learnpack/[email protected].20 -g && learnpack plugins:install learnpack-react
5+
RUN npm i [email protected] @learnpack/[email protected].26 -g && learnpack plugins:install learnpack-react

0 commit comments

Comments
 (0)