mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
fix: 修复 setup 的逻辑
This commit is contained in:
parent
65f5aa6adb
commit
1cfb15aebe
@ -1,8 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#tnpm i -g lerna @ali/tyarn
|
||||
|
||||
rm -rf node_modules package-lock.json yarn.lock
|
||||
rm -rf 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