Skip to content

Commit febc67e

Browse files
authored
fix: run build on CI unconditionally (#2)
1 parent 03f703e commit febc67e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/fresh-houses-listen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@dual-bundle/import-meta-resolve": patch
3+
---
4+
5+
fix: run build on CI unconditionally

.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)