Skip to content

Commit 8a8c836

Browse files
Merge pull request #56 from tommygonzaleza/master
Learnpack's typescript version added to this repository
2 parents 92f4315 + c96a0d2 commit 8a8c836

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitpod.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ USER gitpod
44

55
RUN npm i [email protected] -g
66

7-
RUN npm i [email protected] -g && learnpack plugins:install [email protected]
7+
RUN npm i @learnpack/learnpack -g && learnpack plugins:install [email protected]

learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"difficulty": "easy",
1414
"video-solutions": true,
1515
"graded": false,
16+
"disabledActions": ["test"],
1617
"config": {
1718
"disableGrading": true,
1819
"editor": {

0 commit comments

Comments
 (0)