We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e67db1 commit f0a2d6bCopy full SHA for f0a2d6b
.github/workflows/autoupdate-prod.yaml
@@ -49,7 +49,7 @@ jobs:
49
if: steps.verify-changed-files.outputs.files_changed == 'true'
50
working-directory: ./tools
51
run: |
52
- npm run format
+ npm install && npm run format
53
- uses: peter-evans/create-pull-request@v5
54
55
env:
0 commit comments