Add Scenarios to source roots
This commit is contained in:
parent
e77fa2f406
commit
4bd78145dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue