Fix pipeline

This commit is contained in:
trading_peter 2025-05-28 10:38:47 +02:00
parent 82c60b14b2
commit d595b08592
2 changed files with 2 additions and 4 deletions

View File

@ -26,7 +26,7 @@ func main() {
app := &cli.App{
Name: "gowebbuild",
Usage: "All in one tool to build web frontend projects.",
Version: "7.1.0",
Version: "7.1.1",
Authors: []*cli.Author{{
Name: "trading-peter (https://github.com/trading-peter)",
}},

View File

@ -96,9 +96,7 @@ func watchAction(ctx *cli.Context) error {
go func() {
for range reqBuildCh {
cp(opts)
build(opts)
replace(opts)
pipeline(opts)
}
}()
}