Skip to content

Commit

Permalink
chore: run yarn install before trying to use lerna (#25993)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jun 15, 2023
1 parent 6f02a4e commit 322a7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/align-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export -f is_private
# go to repo root
cd ${scriptdir}/..

yarn install --frozen-lockfile

files="./package.json $(npx lerna ls -p -a | xargs -n1 -I@ echo @/package.json)"
${scriptdir}/align-version.js ${files}

Expand Down

0 comments on commit 322a7cb

Please sign in to comment.