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
+2
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