bambuddy/test_frontend.sh
2026-05-05 10:54:14 +02:00

7 lines
67 B
Bash
Executable file

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