nx 19.6.2 → 19.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk=self.webpackChunk||[]).push([[532],{79207:()=>{}},s=>{var e;e=79207,s(s.s=e)}]);
1
+ "use strict";(self.webpackChunk=self.webpackChunk||[]).push([[532],{46134:()=>{}},s=>{var e;e=46134,s(s.s=e)}]);
@@ -71,9 +71,11 @@ class DaemonClient {
71
71
  // CI=true,env=undefined => no daemon
72
72
  // CI=true,env=false => no daemon
73
73
  // CI=true,env=true => daemon
74
+ // docker=true,env=undefined => no daemon
75
+ // docker=true,env=false => no daemon
76
+ // docker=true,env=true => daemon
74
77
  // WASM => no daemon because file watching does not work
75
- if (((0, is_ci_1.isCI)() && env !== 'true') ||
76
- isDocker() ||
78
+ if ((((0, is_ci_1.isCI)() || isDocker()) && env !== 'true') ||
77
79
  (0, tmp_dir_1.isDaemonDisabled)() ||
78
80
  nxJsonIsNotPresent() ||
79
81
  (useDaemonProcessOption === undefined && env === 'false') ||
@@ -67,6 +67,7 @@ export { readNxJson, updateNxJson, } from './generators/utils/project-configurat
67
67
  * @category Project Graph
68
68
  */
69
69
  export type { ProjectFileMap, FileMap, FileData, ProjectGraph, ProjectGraphDependency, ProjectGraphNode, ProjectGraphProjectNode, ProjectGraphExternalNode, ProjectGraphProcessorContext, } from './config/project-graph';
70
+ export type { GraphJson } from './command-line/graph/graph';
70
71
  /**
71
72
  * @category Project Graph
72
73
  */
Binary file