chore: remove duplicate usage of npm install lerna

This commit is contained in:
humphry.hy 2022-03-01 16:03:37 +08:00
parent 389c259e1d
commit 168ed4182b
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
npm i -g lerna @ali/tyarn
rm -rf node_modules package-lock.json yarn.lock
lerna clean -y
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
npm i -g lerna @ali/tyarn
rm -rf node_modules package-lock.json yarn.lock
lerna clean -y
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;