Add build step to lint action

This commit is contained in:
Gilbert 2024-04-12 16:32:09 -05:00
parent baadc507e7
commit 7ad02d27bf

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