fix(ci): put default in proper category in Nx config

This commit is contained in:
Jiri Zbytovsky
2026-01-23 09:39:56 +01:00
committed by Jiri Zbytovsky
parent 292d1572f9
commit 3bf6e24a92

View File

@@ -24,13 +24,16 @@
},
"type-check": {
"dependsOn": [
"default",
"^type-check",
"^guide-pull-content",
"guide-pull-content",
"@suite-common/message-system:build:lib"
],
"inputs": ["{workspaceRoot}/tsconfig.base.json", "{workspaceRoot}/tsconfig.lib.json"],
"inputs": [
"default",
"{workspaceRoot}/tsconfig.base.json",
"{workspaceRoot}/tsconfig.lib.json"
],
"outputs": ["{projectRoot}/libDev"],
"cache": true
},