Skip to content

Commit a978ad3

Browse files
authored
feat(core): rust based watcher (nrwl#16915)
1 parent f5e52db commit a978ad3

23 files changed

+2482
-201
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
SELECTED_PM: << parameters.pm >>
127127
NX_E2E_RUN_CYPRESS: 'true'
128128
NX_VERBOSE_LOGGING: 'false'
129+
NX_NATIVE_LOGGING: 'false'
129130
NX_PERF_LOGGING: 'false'
130131
steps:
131132
- run:
@@ -154,6 +155,7 @@ jobs:
154155
NX_VERBOSE_LOGGING: 'false'
155156
NX_DAEMON: 'true'
156157
NX_PERF_LOGGING: 'false'
158+
NX_NATIVE_LOGGING: 'false'
157159
steps:
158160
- run:
159161
name: Set dynamic nx run variable

0 commit comments

Comments
 (0)