mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(pkg): add pesde script aliases
This commit is contained in:
parent
94f1b337f7
commit
1fc2547dfa
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ includes = [
|
|||
"!tests/**/*",
|
||||
]
|
||||
|
||||
[scripts]
|
||||
tests = ".lune/tests/init.luau"
|
||||
fmt = ".lune/fmt.luau"
|
||||
typecheck = ".lune/typecheck.luau"
|
||||
generate_invalid_version_zip = "scripts/generate_invalid_version_zip.luau"
|
||||
|
||||
[target]
|
||||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
|
Loading…
Add table
Reference in a new issue