Skip to content

Commit

Permalink
feat: configure task caching
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Jul 26, 2024
1 parent 1118eb9 commit c33def9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"nxCloudAccessToken": "Y2M0YjA4MTEtMzQ2ZC00YmE5LThiMGQtNTE0NWU0NDg5NTM4fHJlYWQtd3JpdGU=",
"namedInputs": {
"sharedGlobals": [
"{workspaceRoot}/.github/workflows/ci.yml"
]
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"]
},
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": ["^build"]
}
}
}

0 comments on commit c33def9

Please sign in to comment.