mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
They can now run check, clippy, fmt, or test. They default to running clippy, fmt, and test in that order. The cargo sub-commands to run can be specified as arguments to the script. Only the 4 supported sub-commands are allowed. Signed-off-by: Chip Reed <chip@chip.sh>