Skip to content

Commit 6ae7af5

Browse files
committed
fix: run build on CI unconditionally
1 parent 03f703e commit 6ae7af5

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
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install Dependencies
3030
run: npm install
3131

32+
- name: Build
33+
run: npm run build
34+
3235
- name: Publish to npm
3336
uses: changesets/action@v1
3437
with:

0 commit comments

Comments
 (0)