Skip to content

Commit

Permalink
fix: List js dir after build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 26, 2023
1 parent c4c2e8b commit 306eb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:

- name: List content after build
shell: bash
run: ls -l
run: ls -l && ls -l $SDK_JS_HOME

0 comments on commit 306eb8b

Please sign in to comment.