fix: Bugs + temp push for bugfixing
This commit is contained in:
parent
88ca58df9b
commit
d34edf8d70
21 changed files with 2317 additions and 73 deletions
|
@ -9,9 +9,9 @@ local function start_process(cmd: string)
|
|||
process.spawn(command, arguments, { stdio = "forward" })
|
||||
end
|
||||
|
||||
start_process("lune run install-packages.luau")
|
||||
--start_process("lune run install-packages.luau")
|
||||
--start_process("curl -O https://raw.githubusercontent.com/JohnnyMorganz/luau-lsp/main/scripts/globalTypes.d.luau")
|
||||
start_process("rojo sourcemap dev.project.json -o sourcemap.json")
|
||||
start_process(
|
||||
"luau-lsp analyze --base-luaurc=.luaurc --sourcemap=sourcemap.json --settings=luau_lsp_settings.json --no-strict-dm-types --ignore Packages/**/*.lua --ignore Packages/**/*.luau lib/"
|
||||
"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/"
|
||||
)
|
||||
|
|
|
@ -12,3 +12,4 @@ end
|
|||
start_process("lune run analyze")
|
||||
start_process("stylua lib/")
|
||||
start_process("selene lib/")
|
||||
start_process("luau test/tests.luau")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue