Skip to content

Commit

Permalink
update ci.yml (#279)
Browse files Browse the repository at this point in the history
Added build step
  • Loading branch information
makhnatkin authored Sep 26, 2024
1 parent 2c3e5b3 commit c461f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit c461f42

Please sign in to comment.