Skip to content

Commit a59a265

Browse files
committed
Run prod packages build as part of the test workflow.
1 parent 3e4a25c commit a59a265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ jobs:
4343

4444
- name: Build
4545
run: pnpm build:packages
46+
47+
- name: Build (prod)
48+
run: pnpm build:packages:prod

0 commit comments

Comments
 (0)