Skip to content

Commit

Permalink
NX - disable cache in themebuilder deps (DevExpress#28620)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri authored Dec 26, 2024
1 parent 03b8177 commit 2dd7fa8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/devextreme-themebuilder/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"{projectRoot}/src/data/metadata",
"{projectRoot}/src/data/scss",
"{workspaceRoot}/packages/devextreme-scss/scss/**/*.scss"
]
],
"cache": false
},
"test": {
"executor": "nx:run-script",
Expand All @@ -34,7 +35,7 @@
"outputs": [
"{projectRoot}/coverage"
],
"cache": true
"cache": false
}
},
"tags": []
Expand Down

0 comments on commit 2dd7fa8

Please sign in to comment.