Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <[email protected]>
  • Loading branch information
hanbollar committed Feb 14, 2024
1 parent c13277a commit ef7f7c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
name: npm-artifacts

- name: extract node_modules
run: unzip npm-artifacts.zip
run: unzip npm-artifacts.zip -d ./

- name: debug List extracted node_modules
run: ls -al

- name: remove potentially old dist
run: |
Expand Down

0 comments on commit ef7f7c0

Please sign in to comment.