(dir)
| 45 | // name: "exercises__sep__01-goo.problem__sep__01-great" |
| 46 | |
| 47 | function relativeToWorkshopRoot(dir) { |
| 48 | return dir.replace(`${workshopRoot}${path.sep}`, '') |
| 49 | } |
| 50 | |
| 51 | await updatePkgNames() |
| 52 | await updateTsconfig() |
no outgoing calls
no test coverage detected