Test in prod

This commit is contained in:
marked 2025-03-12 21:35:54 +01:00
parent aabec33829
commit d756446628

View file

@ -87,7 +87,7 @@ local function download_list(list: { { path: string, output: string } })
end end
download_list({ download_list({
{ path = "jecs.luau", output = "init.luau" }, { path = "jecs.luau", output = "$" },
{ path = ".luaurc", output = "$" }, { path = ".luaurc", output = "$" },
{ path = "LICENSE", output = "$" }, { path = "LICENSE", output = "$" },
{ path = "README.md", output = "$" }, { path = "README.md", output = "$" },
@ -113,7 +113,7 @@ local pesde_manifest: types.pesde_manifest = {
repository = "https://git.devmarked.win/marked/jecs-pesde", repository = "https://git.devmarked.win/marked/jecs-pesde",
license = manifest.package.license, license = manifest.package.license,
includes = { includes = {
"init.luau", "jecs.luau",
"pesde.toml", "pesde.toml",
"README.md", "README.md",
"CHANGELOG.md", "CHANGELOG.md",
@ -123,7 +123,7 @@ local pesde_manifest: types.pesde_manifest = {
target = { target = {
environment = "luau", environment = "luau",
lib = "init.luau", lib = "jecs.luau",
}, },
indices = { indices = {
@ -139,7 +139,7 @@ local pesde_roblox_manifest: types.pesde_manifest = {
repository = "https://git.devmarked.win/marked/jecs-pesde", repository = "https://git.devmarked.win/marked/jecs-pesde",
license = manifest.package.license, license = manifest.package.license,
includes = { includes = {
"init.luau", "jecs.luau",
"pesde.toml", "pesde.toml",
"README.md", "README.md",
"CHANGELOG.md", "CHANGELOG.md",
@ -149,8 +149,8 @@ local pesde_roblox_manifest: types.pesde_manifest = {
target = { target = {
environment = "roblox", environment = "roblox",
lib = "init.luau", lib = "jecs.luau",
build_files = { "init.luau" }, build_files = { "jecs.luau" },
}, },
indices = { indices = {