chore(lune): install deps *after* generating all packages

This commit is contained in:
Erica Marigold 2024-12-08 12:14:33 +00:00
parent 8a855e1f97
commit b87250d946

View file

@ -160,7 +160,7 @@ for tool, generators in lib.generators do
(os.clock() - startTime) * 1000
)}{stdio.style("reset")})\n`
)
end
-- Now we install the dependencies for the newly created projects
process.exit(installDeps())
end