diff --git a/src/index.ts b/src/index.ts index 3cca604..554524f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import { resolve } from 'path' import { spawn } from 'child_process' // These are where I (yname) have my Rojo projects. -const SOURCE_ROOTS = ['Core', 'Secret'] +const SOURCE_ROOTS = ['Scenarios', 'Core', 'Secret'] type RojoSourcemap = { name: string