Merge pull request #180 from snowball-tools/fix-lint

Add build step to lint action
This commit is contained in:
Vivian Phung 2024-04-12 16:55:23 -05:00 committed by GitHub
commit 57add027ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,5 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- name: Build libs
run: yarn workspace gql-client run build
- name: Linter check
run: yarn lint