chore: fix CI failing typecheck (#11493)

This commit is contained in:
Daniel Suchý
2024-03-07 13:48:11 +01:00
committed by GitHub
parent af2bbb8eff
commit 412cc3c578

View File

@@ -22,7 +22,7 @@
"cache": true
},
"type-check": {
"dependsOn": ["^type-check"],
"dependsOn": ["^build:lib", "^type-check", "build:lib"],
"inputs": [
"^prod",
"{workspaceRoot}/tsconfig.base.json",