Skip to content

Commit fbce501

Browse files
authored
fix: add build step in release pipeline
1 parent 31c30e6 commit fbce501

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
@@ -35,6 +35,10 @@ jobs:
3535
- name: 📚 Install packages
3636
run: yarn install --frozen-lockfile
3737

38+
- name: 🏗️ Run Build
39+
run: |
40+
yarn build
41+
3842
- name: 🚀 publish
3943
run: npm publish --access public
4044
env:

0 commit comments

Comments
 (0)