Skip to content

Commit ef4051a

Browse files
committed
update publish script
1 parent 9411b1f commit ef4051a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/preview-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node-version: 20
1717
cache: 'pnpm'
1818

19-
- name: Install dependencies
20-
run: pnpm install
21-
19+
- run: pnpm install
20+
- run: pnpm prepublishOnly
2221
- run: pnpm dlx pkg-pr-new publish --no-template

0 commit comments

Comments
 (0)