Skip to content

Commit 8087c2c

Browse files
committed
[Publish patch versions] Update lockfile
1 parent 3a51bc5 commit 8087c2c

File tree

2 files changed

+3506
-63
lines changed

2 files changed

+3506
-63
lines changed

tasks/release-patch-versions.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ fi
4242

4343
cd "$root_path"
4444

45-
# Prevent lerna bootstrap, we only want top-level dependencies
46-
cp package.json package.json.bak
47-
grep -v "lerna bootstrap" package.json > temp && mv temp package.json
48-
npm install
49-
mv package.json.bak package.json
45+
yarn install
5046

5147
# Go!
5248
./node_modules/.bin/lerna publish --independent --yes --cd-version patch "$@"

0 commit comments

Comments
 (0)