fix: typecheck depends on build for type declarations

This commit is contained in:
Naiyuan Qing 2026-02-10 18:16:19 +08:00
parent 4b14ccb38d
commit 428c6b5e03

View file

@ -13,7 +13,7 @@
"persistent": true
},
"typecheck": {
"dependsOn": ["^typecheck"],
"dependsOn": ["^build"],
"inputs": ["src/**", "package.json", "tsconfig.json"],
"outputs": []
},