Skip to content

Commit 9e8f967

Browse files
committed
debug
1 parent 3a27b17 commit 9e8f967

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
- name: Install dependencies
3939
run: pnpm install
4040

41+
- name: Debug installed packages
42+
run: |
43+
npm list --depth=0
44+
echo "---"
45+
npm list prettier
46+
4147
- name: Download coverage
4248
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
4349
with:

0 commit comments

Comments
 (0)