Fix tests

This commit is contained in:
marked 2025-04-12 20:08:38 +02:00
parent 00e62105fc
commit 7646bd93b5
2 changed files with 19 additions and 14 deletions

View file

@ -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",