mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix(ci): put default in proper category in Nx config
This commit is contained in:
committed by
Jiri Zbytovsky
parent
292d1572f9
commit
3bf6e24a92
7
nx.json
7
nx.json
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user