Skip to content

Commit

Permalink
chore: add cache true to test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 20, 2023
1 parent 4dfc53a commit 9bf1eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
"cache": true
},
"test": {
"cache": true
},
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
Expand Down

0 comments on commit 9bf1eed

Please sign in to comment.