Skip to content

Commit 1aa7345

Browse files
committed
just testing
1 parent 1c70667 commit 1aa7345

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.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 jest@24.8.0 -g && npm i learnpack@0.0.73
5+
RUN npm i jest@24.8.0 -g && npm i learnpack@0.0.73 -g && learnpack plugins:install learnpack-node@0.0.13

.gitpod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ports:
66
onOpen: open-preview
77
tasks:
88
- command: >
9-
learnpack plugins:install learnpack-node@0.0.13 &&
109
learnpack start
1110
github:
1211
prebuilds:

exercises/12-Your-first-if/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
var total = prompt('How many km are left to go?');
22

3-
// Your code below:
3+
// Your code below:

0 commit comments

Comments
 (0)