diff --git a/build.sh b/build.sh index a7b1fa7..8a6de3e 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh cd ./frontend -npm install +npm ci npm run build cd .. cp main.go main.go.org