Skip to content

Commit

Permalink
ci: use jq to view package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 1, 2021
1 parent 6e52013 commit d175c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
SCOOP_BUCKET_GITHUB_TOKEN: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Debug package.json
run: cat package.json
run: cat package.json | jq

0 comments on commit d175c2d

Please sign in to comment.