hammer/.lune/install-packages.luau
Mark Marks f30b3b677d fix: Releases, port to new scripts
"+ 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"
2024-09-22 13:18:54 +02:00

6 lines
213 B
Text

--!strict
local spawn = require("util/spawn")
spawn.start("wally install")
spawn.start("rojo sourcemap dev.project.json -o sourcemap.json")
spawn.start("wally-package-types --sourcemap sourcemap.json Packages/")