Skip to content

Commit

Permalink
fix(ci): add build step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Oct 31, 2022
1 parent a0c0e1b commit 3b4786a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
run: yarn test:ceramic-integration
- name: Run Linter
run: yarn lint
- name: Run Build (ensure that build succeeds)
run: yarn build

0 comments on commit 3b4786a

Please sign in to comment.