chore: add prepare script
This commit is contained in:
parent
39e1f52f71
commit
ab1f27e662
|
|
@ -13,6 +13,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"prepare": "npm run build",
|
||||
"test": "vitest",
|
||||
"test:run": "vitest run",
|
||||
"typecheck": "tsc --noEmit"
|
||||
|
|
|
|||
Loading…
Reference in New Issue