Skip to content

Commit

Permalink
ci: build packages in Verify Files job (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored Jun 3, 2024
1 parent a136341 commit 5e94048
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
node-version: "lts/*"

- name: Install Packages
run: npm install
run: |
npm install
npm run build
- name: Lint Files
run: npm run lint
Expand Down

0 comments on commit 5e94048

Please sign in to comment.