
"+ Releases used the lib/ folder instead of a darklua processed dist/ folder, leading to them using unsupported string requires" -m "+ Port lune scripts to new, more awesome and strictly typed scripts" -m "+ Bump to and release v0.1.1"
6 lines
272 B
Text
6 lines
272 B
Text
--!strict
|
|
local spawn = require("util/spawn")
|
|
|
|
spawn.start("rojo sourcemap dev.project.json -o sourcemap.json")
|
|
spawn.start("darklua process --config .darklua.json lib/ dist/", { env = { ROBLOX_DEV = "false" } })
|
|
spawn.start("rojo build build.project.json -o build.rbxm")
|