From e7f7c569b6633915015005c70678d7df7ef2adc2 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 8 Jan 2025 07:54:20 +0000 Subject: [PATCH] chore(pkg): correctly exclude test files from package --- pesde.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pesde.toml b/pesde.toml index 27eb538..a51d17e 100644 --- a/pesde.toml +++ b/pesde.toml @@ -9,7 +9,7 @@ includes = [ "LICENSE.md", "pesde.toml", "lib/**/*.luau", - "!tests/**", + "!tests/**/*", ] [target]