add typings autogen command

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent e21921a2da
commit 1534dcf0d8
7 changed files with 74 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
{
"non-interactive": true,
"buildCommand": "npm run bundle"
"buildCommand": "npm run bundle && npm run typings"
}