Skip to content

Commit

Permalink
chore: add cache example for nx
Browse files Browse the repository at this point in the history
  • Loading branch information
kasir-barati committed Oct 30, 2024
1 parent 0324448 commit aea61a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/docs/monorepo/cache.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// libs/lib1/project.json
{
"targets": {
"test": {
"cache": true
}
}
}

// nx.json
{
"targetDefaults": {
"build": {
"cache": true
}
}
}

0 comments on commit aea61a6

Please sign in to comment.