chore(lune): make typecheck dev script use our bin

This commit is contained in:
Erica Marigold 2024-11-25 08:19:34 +00:00
parent 2cb8a13bd1
commit 6358514ae6

View file

@ -4,11 +4,10 @@ local process = require("@lune/process")
local CommandBuilder = require("./exec")
local PLATFORM_SEP = if process.os == "windows" then ";" else ":"
process.exit(
CommandBuilder.new("luau-lsp")
:withArg("analyze")
CommandBuilder.new("pesde")
:withArgs({ "run", "./bins/luau-lsp" })
:withArgs({ "--", "analyze" })
:withArgs({ "--settings", ".vscode/settings.json" })
:withArgs({ "--ignore", "'**/*_packages/**'" })
:withArg(".")