Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit b3f6175

Browse files
committed
ci: before do release run prepack for remove dev-deps
1 parent e698595 commit b3f6175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
find . -type f -name "package.json" -not -path './node_modules*' -not -path './.git*' -exec sed -i 's/workspace:\*/\*/g' {} \;
5656
mv ./node_modules ./node_modules_pnpm
5757
yarn install
58+
yarn workspaces run prepack
5859
yarn release
5960
rm -rf ./node_modules
6061
mv ./node_modules_pnpm ./node_modules

0 commit comments

Comments
 (0)