Skip to content

Commit

Permalink
adds debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 3, 2024
1 parent 5b21119 commit c5b192c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: cd examples/simple
- name: Show directory content
run: ls

- name: Change package version for editor
uses: MYXOMOPX/modify-pkg-json@master
with:
Expand All @@ -38,7 +37,8 @@ jobs:
save_to: ./dist/package.json
action: 'set_dep_version'
argument: '@magic-circle/client *'

- name: Output package json
run: cat package.json
- name: Setup repo
run: npm ci
- name: Run Magic Circle
Expand Down

0 comments on commit c5b192c

Please sign in to comment.