Skip to content

Commit 4abfbae

Browse files
committed
fix: wrong production bundles
1 parent d081466 commit 4abfbae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/fair-trees-shake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'omit-empty-es': patch
3+
---
4+
5+
Fix wrong production bundles

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
NPM_EMAIL: ${{ secrets.NPM_EMAIL }}
5959
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6060

61+
- name: Building packages
62+
run: yarn build
63+
6164
- name: Creating Release Pull Request or Publish to npm
6265
id: changesets
6366
uses: changesets/action@master

0 commit comments

Comments
 (0)