Skip to content

Commit

Permalink
ci: add prerender target to cache (#6603)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jan 30, 2024
1 parent a940c76 commit c931f95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"production": ["default"]
},
"targetDefaults": {
"prerender": {
"inputs": ["default", "^default"],
"cache": true
},
"build": {
"inputs": ["default", "^default"],
"cache": true
Expand Down

0 comments on commit c931f95

Please sign in to comment.