Add NPM_CONFIG_LOGLEVEL=verbose to CI

This commit is contained in:
Fedor Indutny
2022-11-16 17:38:25 -08:00
committed by GitHub
parent 854c946cc7
commit 90734e306c
2 changed files with 12 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ jobs:
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
env:
NPM_CONFIG_LOGLEVEL: verbose
- name: Build typescript
run: yarn generate