diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
