Skip to content

Commit

Permalink
chore: update nx config
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed Dec 25, 2023
1 parent 60a1a66 commit 5878b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"targetDefaults": {
"build": {
"dependsOn": ["^lint"],
"dependsOn": ["^build"],
"cache": true
},
"lint": {
"dependsOn": ["^lint"],
"dependsOn": ["^build"],
"cache": true
},
"lint:fix": {
Expand Down

0 comments on commit 5878b93

Please sign in to comment.