File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 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 = {
2626 title : 'Operators' ,
2727 text : 'A description of this stage' ,
2828 } ,
29+ actions : {
30+ setup : {
31+ commits : [ 'aab5f3d' ] ,
32+ commands : [ 'npm install' ] ,
33+ }
34+ }
2935 } ,
3036 level2Id : {
3137 stageList : [ 'a' ] ,
@@ -66,8 +72,7 @@ const basic: CR.Tutorial = {
6672 } ,
6773 actions : {
6874 setup : {
69- commits : [ 'aab5f3d' , '8fa5ad5' ] ,
70- commands : [ 'npm install' ] ,
75+ commits : [ '8fa5ad5' ] ,
7176 files : [ 'src/sum.js' ] ,
7277 } ,
7378 solution : {
Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ const basic: CR.Tutorial = {
2626 title : 'Operators' ,
2727 text : 'A description of this stage' ,
2828 } ,
29+ actions : {
30+ setup : {
31+ commits : [ 'aab5f3d' ] ,
32+ commands : [ 'npm install' ] ,
33+ }
34+ }
2935 } ,
3036 level2Id : {
3137 stageList : [ 'a' ] ,
@@ -66,8 +72,7 @@ const basic: CR.Tutorial = {
6672 } ,
6773 actions : {
6874 setup : {
69- commits : [ 'aab5f3d' , '8fa5ad5' ] ,
70- commands : [ 'npm install' ] ,
75+ commits : [ '8fa5ad5' ] ,
7176 files : [ 'src/sum.js' ] ,
7277 } ,
7378 solution : {
You can’t perform that action at this time.
0 commit comments