Skip to content

Commit 1d578d4

Browse files
committed
update check.ps1 and generate exe
1 parent ca62197 commit 1d578d4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

check.exe

0 Bytes
Binary file not shown.

check.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ $CURRENT_DIR = Split-Path -Leaf -Path (Get-Location)
55
if ($CURRENT_DIR -eq "bevy_api_gen") {
66
cargo +nightly-2024-12-15 clippy --all-targets --message-format=json
77
} else {
8-
cargo clippy --workspace --all-targets --message-format=json --features="lua54 rhai teal rune bevy/file_watcher bevy/multi_threaded"
8+
cargo clippy --workspace --all-targets --message-format=json --features="lua54 rhai rune bevy/file_watcher bevy/multi_threaded"
99
}

0 commit comments

Comments
 (0)