Files
OrbitWard/scripts/lint.sh
T
2026-05-22 17:36:40 -06:00

6 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
python3 -m compileall backend/app worker/app
npm --prefix frontend run typecheck