Skip to content

Commit 4be1aa2

Browse files
committed
fix: build
1 parent d42e484 commit 4be1aa2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/four-panthers-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'jellycommands': patch
3+
---
4+
5+
fix build

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: Install Dependencies
3131
run: pnpm install
32+
33+
- name: Build
34+
run: pnpm build
3235

3336
- name: Create Release Pull Request
3437
uses: changesets/action@v1

0 commit comments

Comments
 (0)