Skip to content

Commit e45c574

Browse files
feat: add build step to release workflow
1 parent a4ca9f5 commit e45c574

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install project dependencies
2323
run: yarn install
2424

25+
- name: Build project
26+
run: yarn build
27+
2528
- name: Create Release Pull Request or Publish to npm
2629
id: changesets
2730
uses: changesets/action@v1

0 commit comments

Comments
 (0)