chore: git cache cleanup
This commit is contained in:
5
backend/tools/build.sh
Executable file
5
backend/tools/build.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
# Run the top-level build script from the repository root.
|
||||
cd "$(dirname "$0")/.."
|
||||
exec ./tools/build.sh "$@"
|
||||
Reference in New Issue
Block a user