chore(repo): change inputs to get for more cache hits

This commit is contained in:
Victor Savkin 2023-11-15 16:58:17 -05:00
parent 24b245b2d5
commit 07aff97c56
2 changed files with 8 additions and 7 deletions

View File

@ -57,13 +57,7 @@
},
"build": {
"dependsOn": ["build-base", "build-native"],
"inputs": [
"production",
"^production",
{
"dependentTasksOutputFiles": "**/*.node"
}
],
"inputs": ["production", "^production"],
"cache": true
},
"build-native": {

View File

@ -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": {