Skip to content

Commit f294728

Browse files
authored
Change npm install to use verbose logging
1 parent 9e555f2 commit f294728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
working-directory: ./docs
31-
run: npm install --legacy-peer-deps
31+
run: npm install --verbose
3232

3333
- name: Build website
3434
working-directory: ./docs

0 commit comments

Comments
 (0)