mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
chore: remove duplicate usage of npm install lerna
This commit is contained in:
parent
389c259e1d
commit
168ed4182b
@ -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 {} \;
|
||||
|
||||
@ -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 {} \;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user