Skip to content

Commit

Permalink
ci: add prerender target to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jan 30, 2024
1 parent b675d05 commit a31149e
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 a31149e

Please sign in to comment.