mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
chore(lune): make typecheck dev script use our bin
This commit is contained in:
parent
2cb8a13bd1
commit
6358514ae6
1 changed files with 3 additions and 4 deletions
|
@ -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(".")
|
||||
|
|
Loading…
Reference in a new issue