Skip to content

Commit

Permalink
ci: add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 23, 2022
1 parent 58e529c commit 28d51a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Install Dependencies
run: yarn --frozen-lockfile

# required for linting before commit
- name: Build
run: yarn build

- name: Create Release Pull Request
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 28d51a0

Please sign in to comment.