Skip to content

Commit

Permalink
style: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jul 4, 2024
1 parent db78d8e commit 1d79ee6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": [
"^build"
]
"dependsOn": ["^build"]
},
"@nx/vite:test": {
"cache": true,
"inputs": [
"default",
"^default"
]
"inputs": ["default", "^default"]
},
"@nx/eslint:lint": {
"cache": true,
Expand Down

0 comments on commit 1d79ee6

Please sign in to comment.