Skip to content

Commit ec628d9

Browse files
committed
backup shouldRenderAsync
1 parent 1cf853a commit ec628d9

30 files changed

+826
-300
lines changed

nx.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
},
66
"targetDefaults": {
77
"build": {
8-
"cache": true
8+
"cache": true,
9+
"dependsOn": [
10+
"^build"
11+
]
912
},
1013
"lint": {
1114
"cache": true
@@ -19,4 +22,4 @@
1922
},
2023
"useInferencePlugins": false,
2124
"useLegacyCache": true
22-
}
25+
}

0 commit comments

Comments
 (0)