File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ const basic: CR.Tutorial = {
26
26
title : 'Operators' ,
27
27
text : 'A description of this stage' ,
28
28
} ,
29
+ actions : {
30
+ setup : {
31
+ commits : [ 'aab5f3d' ] ,
32
+ commands : [ 'npm install' ] ,
33
+ }
34
+ }
29
35
} ,
30
36
level2Id : {
31
37
stageList : [ 'a' ] ,
@@ -66,8 +72,7 @@ const basic: CR.Tutorial = {
66
72
} ,
67
73
actions : {
68
74
setup : {
69
- commits : [ 'aab5f3d' , '8fa5ad5' ] ,
70
- commands : [ 'npm install' ] ,
75
+ commits : [ '8fa5ad5' ] ,
71
76
files : [ 'src/sum.js' ] ,
72
77
} ,
73
78
solution : {
Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ const basic: CR.Tutorial = {
26
26
title : 'Operators' ,
27
27
text : 'A description of this stage' ,
28
28
} ,
29
+ actions : {
30
+ setup : {
31
+ commits : [ 'aab5f3d' ] ,
32
+ commands : [ 'npm install' ] ,
33
+ }
34
+ }
29
35
} ,
30
36
level2Id : {
31
37
stageList : [ 'a' ] ,
@@ -66,8 +72,7 @@ const basic: CR.Tutorial = {
66
72
} ,
67
73
actions : {
68
74
setup : {
69
- commits : [ 'aab5f3d' , '8fa5ad5' ] ,
70
- commands : [ 'npm install' ] ,
75
+ commits : [ '8fa5ad5' ] ,
71
76
files : [ 'src/sum.js' ] ,
72
77
} ,
73
78
solution : {
You can’t perform that action at this time.
0 commit comments