Delete scripts/ts_bindings_check.sh (#5797)

This commit is contained in:
Nutomic 2025-06-17 15:20:58 +00:00 committed by GitHub
parent aef564f098
commit 66540f1fe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +0,0 @@
#!/usr/bin/env bash
set -e
# This check is only used for CI.
CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
cd "$CWD/../"
# Export the ts-rs bindings
cargo test --workspace export_bindings --features ts-rs
# Make sure no rows are returned
! grep -nr --include=\*.ts ' | null' ./crates/