mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Disabled Nx daemon
refs https://github.com/TryGhost/DevOps/issues/102 - we've been seeing various bugs relating to the Nx daemon, and when it crashes it nukes the entire dev command, which we'd like to avoid - this should disable the daemon until some of these issues are fixed
This commit is contained in:
parent
7e5cad8e11
commit
50951d6eae
1 changed files with 1 additions and 0 deletions
1
nx.json
1
nx.json
|
@ -10,6 +10,7 @@
|
|||
"test",
|
||||
"test:unit"
|
||||
],
|
||||
"useDaemonProcess": false,
|
||||
"cacheDirectory": ".nxcache"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue