Skip to content

Commit

Permalink
CI - disable cache for build:systemjs task (#27885)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri authored Aug 12, 2024
1 parent 39fd6ea commit e0fe72d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/devextreme/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@
"dependsOn": [
"build:dev"
],
"outputs": [
"{projectRoot}/artifacts/*-systemjs"
],
"cache": true
"cache": false
},
"compile:r": {
"executor": "nx:run-script",
Expand Down

0 comments on commit e0fe72d

Please sign in to comment.