Skip to content

Commit 3004a38

Browse files
committed
🔧 update (ci): add build step for workspace packages
1 parent bab10e0 commit 3004a38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install dependencies
3838
run: bun install --frozen-lockfile
3939

40+
- name: Build workspace packages
41+
run: bun run build:packages
42+
4043
- name: Build & Publish Packages
4144
uses: wgtechlabs/package-build-flow-action@v2.0.1
4245
with:

0 commit comments

Comments
 (0)