use replace for web instead of static import
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 25s

This commit is contained in:
alu
2026-07-30 19:04:25 +00:00
parent 613f01456f
commit ffa58e4218
4 changed files with 11 additions and 4 deletions
+5 -3
View File
@@ -5,9 +5,6 @@ build: clean ensure-dist build-web build-wfa-js
# resolve symbolic links in web by copying it into dist/web/
CGO_ENABLED=0 go build -tags release -ldflags="-s -w" -v -o dist/ .
ensure-dist:
mkdir -p dist
build-web: ensure-dist
cp -rL web/ dist/web/
@@ -22,3 +19,8 @@ clean: clean-wfa-js
clean-wfa-js:
$(MAKE) clean -C WFA-JS
ensure-dist:
mkdir -p dist
workflow-init: ensure-dist build-web