Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add a build step in the git CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
melissaluu committed Oct 30, 2023
1 parent aa307cd commit b84eef9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/ten-jokes-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
node-version: ${{ matrix.version }}
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Test
Expand Down

0 comments on commit b84eef9

Please sign in to comment.