We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d081466 commit 4abfbaeCopy full SHA for 4abfbae
.changeset/fair-trees-shake.md
@@ -0,0 +1,5 @@
1
+---
2
+'omit-empty-es': patch
3
4
+
5
+Fix wrong production bundles
.github/workflows/release.yml
@@ -58,6 +58,9 @@ jobs:
58
NPM_EMAIL: ${{ secrets.NPM_EMAIL }}
59
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60
61
+ - name: Building packages
62
+ run: yarn build
63
64
- name: Creating Release Pull Request or Publish to npm
65
id: changesets
66
uses: changesets/action@master
0 commit comments