Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit aefcdbd

Browse files
committed
fix(workflow): change build command from prepack to build for consistency
1 parent e0acab7 commit aefcdbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
- name: Install dependencies
3535
run: pnpm install
3636
- name: Build
37-
run: pnpm prepack
37+
run: pnpm build
3838
- run: pnpx pkg-pr-new publish --compact --pnpm

0 commit comments

Comments
 (0)