Skip to content

Commit

Permalink
build: changes to esbuild.config.js invalidate Nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Feb 21, 2024
1 parent 12c79bb commit f1df400
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"inputs": ["production", "^production"],
"cache": true
},
"@nx/esbuild:esbuild": {
"inputs": [
"production",
"^production",
"{workspaceRoot}/esbuild.config.js"
]
},
"lint": {
"inputs": [
"default",
Expand Down

0 comments on commit f1df400

Please sign in to comment.