Skip to content

Commit

Permalink
configured nx
Browse files Browse the repository at this point in the history
  • Loading branch information
abelpz committed Jul 26, 2023
1 parent 2d4e21b commit b801bd4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
]
"dependsOn": ["^build"]
},
"start": {
"dependsOn": [
"^build"
]
"dependsOn": ["^build"]
},
"build-dev": {
"dependsOn": [
"^build"
]
"dependsOn": ["^build"]
},
"build:styleguide": {
"dependsOn": ["^build"]
}
},
"affected": {
Expand Down

0 comments on commit b801bd4

Please sign in to comment.