Skip to content

Commit

Permalink
Enable debugging and verify Prettier installation in
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Nov 1, 2024
1 parent 2cc8b50 commit 1e0e41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
- name: Prettify CSS and JS in public directories
run: |
# Format all CSS and JS files in both old and new public directories for easier comparison
set -x
which prettier
sudo prettier --write "${{ steps.set-dirs.outputs.old_dir }}/public/**/*.css"
sudo prettier --write "${{ steps.set-dirs.outputs.old_dir }}/public/**/*.js"
sudo prettier --write "${{ steps.set-dirs.outputs.new_dir }}/public/**/*.css"
Expand Down

0 comments on commit 1e0e41d

Please sign in to comment.