chore: add prepare script

This commit is contained in:
hyper 2026-04-02 20:11:55 +08:00
parent 39e1f52f71
commit ab1f27e662
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
},
"scripts": {
"build": "tsup",
"prepare": "npm run build",
"test": "vitest",
"test:run": "vitest run",
"typecheck": "tsc --noEmit"