chore(repo): change inputs to get for more cache hits
This commit is contained in:
parent
24b245b2d5
commit
07aff97c56
8
nx.json
8
nx.json
@ -57,13 +57,7 @@
|
|||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["build-base", "build-native"],
|
"dependsOn": ["build-base", "build-native"],
|
||||||
"inputs": [
|
"inputs": ["production", "^production"],
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"dependentTasksOutputFiles": "**/*.node"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"cache": true
|
"cache": true
|
||||||
},
|
},
|
||||||
"build-native": {
|
"build-native": {
|
||||||
|
|||||||
@ -80,6 +80,13 @@
|
|||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build-client", "build-base", "build-native"],
|
"dependsOn": ["^build-client", "build-base", "build-native"],
|
||||||
|
"inputs": [
|
||||||
|
"production",
|
||||||
|
"^production",
|
||||||
|
{
|
||||||
|
"dependentTasksOutputFiles": "**/*.node"
|
||||||
|
}
|
||||||
|
],
|
||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"outputs": ["{workspaceRoot}/build/packages/nx"],
|
"outputs": ["{workspaceRoot}/build/packages/nx"],
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user