
"+ 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"
7 lines
169 B
Text
7 lines
169 B
Text
--!strict
|
|
local spawn = require("util/spawn")
|
|
|
|
spawn.start("lune run analyze")
|
|
spawn.start("stylua lib/")
|
|
spawn.start("selene lib/")
|
|
spawn.start("luau test/tests.luau")
|