fix: Packaging problems, chore: Bump jecs

"+ Packages were properly shipped with dist, but were shipped with a .project.json pointing to lib" -m "+ Bump jecs to the latest source" -m "+ Bump jecs-utils to v0.1.2 and release"
This commit is contained in:
Mark Marks 2024-09-22 13:30:58 +02:00
parent 64be498117
commit 4216bdfead
6 changed files with 17 additions and 24 deletions

View file

@ -3,4 +3,4 @@ local spawn = require("util/spawn")
spawn.start("rojo sourcemap dev.project.json -o sourcemap.json")
spawn.start("darklua process --config .darklua.json lib/ dist/", { env = { ROBLOX_DEV = "false" } })
spawn.start("rojo build build.project.json -o build.rbxm")
spawn.start("rojo build default.project.json -o build.rbxm")

View file

@ -26,7 +26,7 @@ while true do
local commit_title = stdio.prompt("text", "Commit title -- leave blank to stop committing")
if not commit_title or commit_title == "" then
print("Stopping commit")
break
continue
end
local commit_messages = ""