Skip to content

Commit

Permalink
chore(actions): added steps for building mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
R11manish committed Jan 18, 2024
1 parent 5620b1d commit 8669fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8669fd1

Please sign in to comment.