Skip to content

Commit

Permalink
Remove buggy nx caching for now
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Feb 13, 2024
1 parent b1b2f6b commit 82cca9a
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"lint",
"test",
"build"
]
"cacheableOperations1": ["lint", "test", "build"]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"dependsOn": ["^build"],
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/es",
Expand All @@ -26,13 +20,8 @@
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": [
"default"
]
"production": ["default"]
}
}

0 comments on commit 82cca9a

Please sign in to comment.