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'
|
import { spawn } from 'child_process'
|
||||||
|
|
||||||
// These are where I (yname) have my Rojo projects.
|
// These are where I (yname) have my Rojo projects.
|
||||||
const SOURCE_ROOTS = ['Core', 'Secret']
|
const SOURCE_ROOTS = ['Scenarios', 'Core', 'Secret']
|
||||||
|
|
||||||
type RojoSourcemap = {
|
type RojoSourcemap = {
|
||||||
name: string
|
name: string
|
||||||
|
|
Loading…
Add table
Reference in a new issue