Skip to content

Commit

Permalink
ci: before do release run prepack for remove dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Sep 17, 2023
1 parent e698595 commit b3f6175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
find . -type f -name "package.json" -not -path './node_modules*' -not -path './.git*' -exec sed -i 's/workspace:\*/\*/g' {} \;
mv ./node_modules ./node_modules_pnpm
yarn install
yarn workspaces run prepack
yarn release
rm -rf ./node_modules
mv ./node_modules_pnpm ./node_modules
Expand Down

0 comments on commit b3f6175

Please sign in to comment.