Skip to content

Commit

Permalink
Fix publishing workflow missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorTanya committed Mar 23, 2024
1 parent c936c3e commit 1620841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Clean Install Dependencies
run: npm ci

- name: Build itty-compression package
run: npm run build

- name: Run ESLint
run: npm run lint

Expand Down

0 comments on commit 1620841

Please sign in to comment.