6 lines
120 B
Bash
Executable File
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
|