feat: add scripts/build.sh

This commit is contained in:
mirivlad 2026-06-16 12:12:17 +08:00
parent 6abeaae1e3
commit 6d4b143dfb
1 changed files with 9 additions and 0 deletions

9
scripts/build.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
echo "=== verstak-docs build ==="
echo " 📝 Documentation repository — no build target needed"
echo ""
echo "✅ build passed (no-op)"