generate command parser bindings in ci

This commit is contained in:
dusk 2025-10-08 13:34:51 +00:00
parent f4216a83a9
commit ac5a1c6bea
No known key found for this signature in database
2 changed files with 22 additions and 12 deletions

View file

@ -101,7 +101,6 @@
fi
uniffi-bindgen-cs "$commandslib" --library --out-dir="''${2:-./PluralKit.Bot}"
cargo run --package commands --bin write_cs_glue -- "''${2:-./PluralKit.Bot}"/commandtypes.cs
dotnet format ./PluralKit.Bot/PluralKit.Bot.csproj
'';
};
};