fix missing dist dir make issue
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
build: clean wfa-js
|
||||
@echo "======================== Building Binary ======================="
|
||||
mkdir -p dist
|
||||
# resolve symbolic links in web by copying it into dist/web/
|
||||
cp -rL web/ dist/web/
|
||||
CGO_ENABLED=0 go build -tags release -ldflags="-s -w" -v -o dist/ .
|
||||
|
||||
+1
-1
Submodule WFA-JS updated: 05cd2d79df...13b522f6a0
Reference in New Issue
Block a user