This commit is contained in:
Andras Schmelczer 2025-08-26 21:06:22 +01:00
parent 16fc3a8234
commit 6afb828bd9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 13 additions and 2 deletions

View file

@ -9,8 +9,6 @@ cargo fmt --all -- --check
cargo machete
cargo test --verbose
scripts/update-api-types.sh
echo "Running checks in frontend"
cd ../frontend
npm ci