bug(forge
): forge create
should install dependencies
#4361
Labels
A-installer
Area: installer
C-forge
Command: forge
Cmd-forge-create
Command: forge create
P-low
Priority: low
T-bug
Type: bug
T-to-investigate
Type: to investigate
Milestone
Component
Forge
Describe the feature you would like
Both
forge build
andforge test
internally callforge install
if they detect that the dependencies aren't checked out.forge create
on the other hand doesn't seem to do that, it requires manually runningforge install
or it fails. This makes writing scripts trickier, because the script dev will probably have the project fully installed, but the script operator may have a fresh clone without dependencies fetched, so the script will fail.It'd be great if
forge create
internally calledforge install
.Additional context
No response
The text was updated successfully, but these errors were encountered: