Fix tests
This commit is contained in:
parent
00e62105fc
commit
7646bd93b5
2 changed files with 19 additions and 14 deletions
|
@ -27,9 +27,14 @@ local function sync(to: string): result.Identity<boolean>
|
|||
fs.writeDir(to)
|
||||
end
|
||||
|
||||
if not fs.metadata(`{to}/addons`).exists then
|
||||
fs.writeDir(`{to}/addons`)
|
||||
end
|
||||
|
||||
progress:nextStage() -- fetch
|
||||
|
||||
local includes = {
|
||||
"addons/observers.luau",
|
||||
"jecs.luau",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue