Skip to content

Commit

Permalink
debug for npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 3, 2024
1 parent 2d44eb8 commit 6a22454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
cache: 'npm'
- name: Open simple example
run: cd examples/simple
- name: Show directory content
run: ls
- name: Change package version for editor
run: jq '.devDependencies.@magic-circle/editor = "*"' package.json > "$tmp" && mv "$tmp" package.json
- name: Change package version for client
Expand Down

0 comments on commit 6a22454

Please sign in to comment.