pull/11749/merge
Vaibhav Sharma 2 weeks ago committed by GitHub
commit 3e4bbbf04c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -91,6 +91,10 @@ func (m *Manager) Build() error {
return err
}
if c.Metadata.Dependencies == nil && m.Debug {
fmt.Fprintln(m.Out, "No dependencies found to build")
return nil
}
// If a lock file is found, run a build from that. Otherwise, just do
// an update.
lock := c.Lock

Loading…
Cancel
Save