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 22
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
23
// "forwardPorts": [],
24
24
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"
26
26
27
27
// Use 'postCreateCommand' to run commands after the container is created.
28
28
// "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ FROM gitpod/workspace-full:latest
4
4
USER gitpod
5
5
6
6
RUN 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