Skip to content

Commit

Permalink
ci: add cache for build, test and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
estevanbs committed Sep 20, 2024
1 parent ed3fd36 commit ab973e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"@nx/vite:test": {
"cache": true,
"inputs": ["default", "^production"]
},
"build": {
"cache": true
},
"test": {
"cache": true
},
"lint":{
"cache": true
}
},
"plugins": [
Expand Down

0 comments on commit ab973e3

Please sign in to comment.