Skip to content

Commit

Permalink
chore: add build step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Aug 8, 2024
1 parent cf012e0 commit d4d9bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn install
- name: Build the package
run: yarn run build
- name: Run tests
run: yarn run test

0 comments on commit d4d9bbc

Please sign in to comment.