mirror of
https://github.com/0x5eal/terracotta.git
synced 2024-12-12 04:40:42 +00:00
chore(scripts): fix darklua config file getting removed before build
This commit is contained in:
parent
fbb44cb4a3
commit
df81390c01
1 changed files with 2 additions and 8 deletions
|
@ -63,12 +63,6 @@ fs.writeFile(
|
|||
})
|
||||
)
|
||||
|
||||
codegen({
|
||||
rules = {
|
||||
"config",
|
||||
},
|
||||
})
|
||||
|
||||
local loader = task.spawn(function()
|
||||
local chars = { "-", "\\", "|", "/" }
|
||||
local isFirstRun = true
|
||||
|
@ -108,6 +102,6 @@ task.spawn(function()
|
|||
print()
|
||||
print(`{WAX_PREFIX_FORMAT("info")} Successfully built terracotta.luau!`)
|
||||
end
|
||||
end)
|
||||
|
||||
fs.removeFile(".darklua.json5")
|
||||
fs.removeFile(".darklua.json5")
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue