Skip to content

Commit

Permalink
Update check_dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Oct 21, 2024
1 parent 1133230 commit 6be9092
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
deno-version: v1.x

- name: 'Build dist/ Directory'
run: deno task build
run: |
deno task install
deno task build
- name: 'Compare Directories'
id: 'diff'
Expand Down

0 comments on commit 6be9092

Please sign in to comment.