Files
bambuddy/test_frontend.sh
2026-02-04 15:54:34 +01:00

8 lines
67 B
Bash
Executable File

#!/bin/sh
cd frontend
npx tsc
npm run lint
npm run test:run
cd ..