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