Skip to content

Commit f0a2d6b

Browse files
authored
task: make sure that pipeline installs node packages before formatting (#242)
1 parent 3e67db1 commit f0a2d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoupdate-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: steps.verify-changed-files.outputs.files_changed == 'true'
5050
working-directory: ./tools
5151
run: |
52-
npm run format
52+
npm install && npm run format
5353
- uses: peter-evans/create-pull-request@v5
5454
if: steps.verify-changed-files.outputs.files_changed == 'true'
5555
env:

0 commit comments

Comments
 (0)