Skip to content

Commit 586b754

Browse files
authored
ci: output verbose logs when installing package dependencies (#2383)
1 parent 4b8bfec commit 586b754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
- run: npm --version
44-
- run: npm install
44+
- run: npm install --verbose
4545
working-directory: packages/${{ matrix.package }}
4646
- name: Link dependent packages (*nix)
4747
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)