File tree Expand file tree Collapse file tree 3 files changed +1230
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1230
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ executeSynchronous(async () => {
2929 'basePath' : basePath ,
3030 'onboardedToAutogen' : 'no' ,
3131 'missing' : unautogened ,
32- 'included ' : [ ]
32+ 'onboarded ' : [ ]
3333 } ) ;
3434
3535 allBasePaths . push ( {
3636 'basePath' : basePath ,
3737 'onboardedToAutogen' : 'yes' ,
3838 'missing' : [ ] ,
39- 'included ' : autogened
39+ 'onboarded ' : autogened
4040 } ) ;
4141 }
4242 else {
Original file line number Diff line number Diff line change 88 "npm" : " >=6.0.0"
99 },
1010 "scripts" : {
11- "generate-onboarded-report" : " ts-node cmd/getrpsonboarded " ,
11+ "generate-onboarded-report" : " ts-node cmd/generateonboardedreport " ,
1212 "list-basepaths" : " ts-node cmd/listbasepaths" ,
1313 "list-resources" : " ts-node cmd/listresources" ,
1414 "generate-all" : " ts-node cmd/generateall" ,
You can’t perform that action at this time.
0 commit comments