Skip to content

Commit

Permalink
fix: disable deamon
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed Oct 17, 2024
1 parent 759eaf6 commit 86c1761
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
}
}
],
"tasksRunnerOptions": {
"default": {
"options": {
"useDaemonProcess": false
}
}
},
"release": {
"version": {
"preVersionCommand": "npx nx run-many -t build"
Expand Down

0 comments on commit 86c1761

Please sign in to comment.