github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/bin/build/fullbuild.sh (about)

     1  #!/bin/bash
     2  # Content managed by Project Forge, see [projectforge.md] for details.
     3  
     4  ## Builds the app (or just use make build)
     5  
     6  set -euo pipefail
     7  dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
     8  cd "$dir/../.."
     9  
    10  cd client
    11  npm install
    12  cd ..
    13  ./bin/build/client.sh
    14  
    15  make clean
    16  ./bin/templates.sh
    17  go mod tidy
    18  ./bin/build/build.sh