Skip to content

Commit 28d51a0

Browse files
committed
ci: add missing build step
1 parent 58e529c commit 28d51a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Install Dependencies
2626
run: yarn --frozen-lockfile
2727

28+
# required for linting before commit
29+
- name: Build
30+
run: yarn build
31+
2832
- name: Create Release Pull Request
2933
id: changesets
3034
uses: changesets/action@v1

0 commit comments

Comments
 (0)