
"+ 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
337 B
Text
7 lines
337 B
Text
--!strict
|
|
local spawn = require("util/spawn")
|
|
|
|
spawn.start("rojo sourcemap dev.project.json -o sourcemap.json")
|
|
spawn.start(
|
|
"luau-lsp analyze --base-luaurc=.luaurc --sourcemap=sourcemap.json --settings=luau_lsp_settings.json --no-strict-dm-types --ignore Packages/**/*.lua --ignore Packages/**/*.luau --ignore lib/jecs.luau lib/"
|
|
)
|