Skip to content

Commit

Permalink
Update Bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 8, 2024
1 parent 555c15c commit e8eefa3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ jobs:
working-directory: frontend-bundler
run: |
(npm run build) || (npm run build) || (npm run build)
- name: List generated files
working-directory: frontend-dist
run: |
ls -lha
- name: Check for corrupt files
working-directory: frontend-dist
run: |
Expand Down

0 comments on commit e8eefa3

Please sign in to comment.