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": {
|
||||
"dependsOn": ["build-base", "build-native"],
|
||||
"inputs": [
|
||||
"production",
|
||||
"^production",
|
||||
{
|
||||
"dependentTasksOutputFiles": "**/*.node"
|
||||
}
|
||||
],
|
||||
"inputs": ["production", "^production"],
|
||||
"cache": true
|
||||
},
|
||||
"build-native": {
|
||||
|
||||
@ -80,6 +80,13 @@
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build-client", "build-base", "build-native"],
|
||||
"inputs": [
|
||||
"production",
|
||||
"^production",
|
||||
{
|
||||
"dependentTasksOutputFiles": "**/*.node"
|
||||
}
|
||||
],
|
||||
"executor": "nx:run-commands",
|
||||
"outputs": ["{workspaceRoot}/build/packages/nx"],
|
||||
"options": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user