We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b01d2f commit 98a60e8Copy full SHA for 98a60e8
1 file changed
.github/workflows/ci.yml
@@ -20,8 +20,8 @@ env:
20
NX_DAEMON: false
21
NX_PARALLEL: 1
22
NX_BATCH_MODE: false
23
- # Keep this on
24
- NX_VERBOSE_LOGGING: true
+ NX_VERBOSE_LOGGING: false
+ # ESLINT TIMING: Measure and log ESLint execution time (in combination with --stats) and log the first 15 slowest files
25
TIMING: 15
26
27
jobs:
0 commit comments