chore(pkg): correctly exclude test files from package

This commit is contained in:
Erica Marigold 2025-01-08 07:54:20 +00:00
parent 4858621e01
commit e7f7c569b6
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -9,7 +9,7 @@ includes = [
"LICENSE.md",
"pesde.toml",
"lib/**/*.luau",
"!tests/**",
"!tests/**/*",
]
[target]