Skip to content

Commit

Permalink
Add build to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jul 6, 2024
1 parent 39c9931 commit 33dcf63
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: ${{ matrix.nodejs }}
cache: yarn
- run: yarn install --immutable
- run: yarn build
- run: yarn compile
- run: yarn lint
- run: yarn test

0 comments on commit 33dcf63

Please sign in to comment.