Skip to content

Commit

Permalink
disables caching for env package build
Browse files Browse the repository at this point in the history
  • Loading branch information
scandycuz committed Oct 12, 2024
1 parent 4657698 commit 5e3ffad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/env/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"outputs": ["{options.outputFile}"]
},
"build": {
"cache": false,
"executor": "@nx/vite:build",
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
Expand Down

0 comments on commit 5e3ffad

Please sign in to comment.