mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
fix: 修复 setup 的逻辑
This commit is contained in:
parent
65f5aa6adb
commit
1cfb15aebe
@ -1,8 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#tnpm i -g lerna @ali/tyarn
|
rm -rf package-lock.json yarn.lock
|
||||||
|
|
||||||
rm -rf node_modules package-lock.json yarn.lock
|
|
||||||
lerna clean -y
|
lerna clean -y
|
||||||
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;
|
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user