mirror of
https://github.com/pesde-pkg/scripts.git
synced 2025-03-04 11:01:42 +00:00
chore(lune): install deps *after* generating all packages
This commit is contained in:
parent
9ecf980110
commit
0dbdaa8235
1 changed files with 5 additions and 5 deletions
|
@ -160,7 +160,7 @@ for tool, generators in lib.generators do
|
||||||
(os.clock() - startTime) * 1000
|
(os.clock() - startTime) * 1000
|
||||||
)}{stdio.style("reset")})\n`
|
)}{stdio.style("reset")})\n`
|
||||||
)
|
)
|
||||||
|
|
||||||
-- Now we install the dependencies for the newly created projects
|
|
||||||
process.exit(installDeps())
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Now we install the dependencies for the newly created projects
|
||||||
|
process.exit(installDeps())
|
||||||
|
|
Loading…
Add table
Reference in a new issue