Skip to content

Commit

Permalink
Fix CI check for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajchert committed Dec 19, 2023
1 parent f628122 commit 8dbd99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
experimental-features = nix-command flakes
- name: 🔨 Build project
run: |
nix develop --show-trace --command bash -c "npm i && npm run build"
nix develop --show-trace --command bash -c "npm i && npm run build && treefmt jsdelivr-npm-importmap.js"
- name: 🧪 Run tests
run: |
Expand Down

0 comments on commit 8dbd99f

Please sign in to comment.