mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-03 03:33:50 +00:00
Delete scripts/ts_bindings_check.sh (#5797)
This commit is contained in:
parent
aef564f098
commit
66540f1fe7
1 changed files with 0 additions and 14 deletions
|
@ -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/
|
Loading…
Reference in a new issue