Skip to content

Commit af3c3d8

Browse files
committed
chore: add verbose flag for debuging npm ci on windows
1 parent 3e36845 commit af3c3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
cache: npm
285285

286286
- name: Install dependencies
287-
run: npm ci --prefer-offline --include=optional
287+
run: npm ci --prefer-offline --include=optional --verbose
288288

289289
- name: Build
290290
id: build

0 commit comments

Comments
 (0)