6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
pytest backend/tests
|
|
npm --prefix frontend run typecheck
|