Skip to content

Commit

Permalink
Fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
brrygrdn committed Apr 19, 2022
1 parent a5e7023 commit a20aed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Expand Up @@ -32,4 +32,4 @@ jobs:
run: npm run build

- name: Compare the expected and actual dist/ directories
run: script/check-diff
run: bin/check-diff

0 comments on commit a20aed1

Please sign in to comment.