From 8669fd18192a3c1565fd05721343f5ef09f71bbb Mon Sep 17 00:00:00 2001 From: manish Date: Thu, 18 Jan 2024 09:52:12 +0530 Subject: [PATCH] chore(actions): added steps for building mesh --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3afc9ca..b20d7fc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,10 @@ jobs: run: pnpm install -D @semantic-release/changelog @semantic-release/git - name: Lint run: pnpm lint + - name: Build Graphql queries + run: pnpm mesh build + - name: Format code + run: pnpm format - name: Test run: pnpm test - name: Build