aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-23 20:51:28 +0800
committer苏向夜 <fu050409@163.com>2026-01-23 20:51:28 +0800
commit9430bee86fbf943283eb5a6f63bd750b875ff433 (patch)
tree2271b2dee546339add4607dead56c230c03e6afe /package.json
parentef560813c68c113325d8d84ff13cd419eb6583df (diff)
downloadDropOut-9430bee86fbf943283eb5a6f63bd750b875ff433.tar.gz
DropOut-9430bee86fbf943283eb5a6f63bd750b875ff433.zip
feat(ui): add new ui project
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4d1093b..800b455 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +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",
"bump-tauri": "tsx scripts/bump-tauri.ts",
"prepare": "prek install"
},