build: better division of prebuild stages.

This commit is contained in:
Alexandre Pujol 2025-01-12 19:41:47 +01:00
parent 88f1821b19
commit fc85b9fc58
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 4 additions and 1 deletions

View file

@ -67,5 +67,6 @@ func init() {
}
func main() {
cli.Configure()
cli.Prebuild()
}