diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 800b455..3b40bdf 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "Dropout, the next-generation Minecraft game launcher", "scripts": { - "generate": "cargo test export_bindings && biome check packages/ui-new/src/types/bindings --fix", + "generate": "cargo test export_bindings && biome check packages/ui-new/src/types packages/ui-new/src/client.ts --fix", "bump-tauri": "tsx scripts/bump-tauri.ts", "prepare": "prek install" }, |