Skip to content

Commit

Permalink
Merge branches 'feat/upgrade-nx-20' and 'main' of github.com:juntosso…
Browse files Browse the repository at this point in the history
…mosmais/time-out-market into feat/upgrade-nx-20
  • Loading branch information
felipefialho committed Dec 10, 2024
2 parents 230696a + fd00856 commit 99de14e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/node_modules
*.md

/.nx/cache
/.nx/workspace-data
9 changes: 7 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"cache": true
},
"test": {
"inputs": ["default", "^default"]
"inputs": ["default", "^default"],
"cache": true
},
"@nx/vite:build": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["default", "^default"]
},
"lint": {
"cache": true
}
},
"workspaceLayout": {
Expand Down

0 comments on commit 99de14e

Please sign in to comment.