Skip to content

Commit

Permalink
[code-infra] Configure build dependencies in nx
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Jan 8, 2024
1 parent 841c7e8 commit 6a0b8e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": "nx/presets/npm.json",
"targetDefaults": {
"build": {
"cache": true
"cache": true,
"dependsOn": ["^build"]
}
}
}

0 comments on commit 6a0b8e1

Please sign in to comment.