Skip to content

Commit 7801aa8

Browse files
authored
ci: build before committing
1 parent 4093cb7 commit 7801aa8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install Dependencies
2525
run: npm i
2626

27+
- name: Build
28+
run: npm run build
29+
2730
- name: Create Release Pull Request or Publish to npm
2831
uses: changesets/action@v1
2932
with:

0 commit comments

Comments
 (0)