Skip to content

Commit

Permalink
Add build step to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
saul-jb committed Feb 28, 2024
1 parent 7fd4162 commit a6bd36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint

test:
Expand Down

0 comments on commit a6bd36c

Please sign in to comment.