We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2ac69 commit 322116bCopy full SHA for 322116b
.github/workflows/release.yml
@@ -37,4 +37,4 @@ jobs:
37
body: ${{ steps.changelog.outputs.clean_changelog }}
38
39
- name: Fix identation in package.json
40
- run: prettier --write package.json
+ run: npx prettier --write package.json
0 commit comments