Skip to content

Commit 5e1d25b

Browse files
fix: ensure build step is included before publishing preview ui pkg
1 parent 6796d52 commit 5e1d25b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/preview-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install Dependencies
2525
run: npm ci --ignore-scripts
2626

27+
- name: Build Packages
28+
run: npm run build
29+
2730
- name: Publish to pkg.pr.new
28-
run: npx pkg-pr-new publish --commentWithSha ./packages/*
31+
run: npx pkg-pr-new publish ./packages/* --commentWithSha
2932
timeout-minutes: 2

0 commit comments

Comments
 (0)