aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 8ae273f..b4fe585 100755
--- a/build.sh
+++ b/build.sh
@@ -16,9 +16,13 @@ if ! git diff-index --quiet HEAD ; then
version="dirty: $version"
fi
-cd ui
-npm run build
-cd ..
+# cd ui
+# npm install
+# npm run build
+# cd ..
+
+go install github.com/swaggo/swag/cmd/swag@latest
+swag init
export CGO_ENABLED=0