Skip to content

Commit 3f91a71

Browse files
committed
📦 new: add build step for all packages in CI workflow
1 parent 1cd2fca commit 3f91a71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: bun install --frozen-lockfile
3535

36+
- name: Build all packages
37+
run: bun run build
38+
3639
- name: Build & Publish Packages
3740
uses: wgtechlabs/package-build-flow-action@v2.0.0
3841
with:

0 commit comments

Comments
 (0)