File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 // Use 'forwardPorts' to make a list of ports inside the container available locally.
2323 // "forwardPorts": [],
2424
25- "onCreateCommand" : " npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install learnpack-html@0.0.20"
25+ "onCreateCommand" : " npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.26 -g && learnpack plugins:install learnpack-html@0.0.20"
2626
2727 // Use 'postCreateCommand' to run commands after the container is created.
2828 // "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ FROM gitpod/workspace-full:latest
44USER gitpod
55
66RUN npm i jest@24.8.0 -g
7- RUN npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install learnpack-html@0.0.20
7+ RUN npm i @learnpack/learnpack@2.1.26 -g && learnpack plugins:install learnpack-html@0.0.20
You can’t perform that action at this time.
0 commit comments