Skip to content

Commit

Permalink
Merge pull request #103 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update devcontainer.json to match new learnpack cli, editor and cpmpiler versions
  • Loading branch information
Charlytoc authored Apr 1, 2024
2 parents b2a5d9a + 8c44477 commit 138b313
Show file tree
Hide file tree
Showing 3 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 [email protected] -g && npm i @learnpack/[email protected].35 -g && learnpack plugins:install @learnpack/[email protected].1"
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].5"

// 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 @@ -3,4 +3,4 @@ FROM gitpod/workspace-full:latest
USER gitpod

RUN npm i [email protected] -g
RUN npm i @learnpack/[email protected].18 -g && learnpack plugins:install @learnpack/[email protected].1
RUN npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].5
2 changes: 1 addition & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"skills": ["algorithms"],
"graded": true,
"editor": {
"version": "3.1.9"
"version": "3.1.23"
}
}

0 comments on commit 138b313

Please sign in to comment.