fix: 修复 setup 的逻辑

This commit is contained in:
LeoYuan 袁力皓 2022-02-24 11:23:27 +08:00
parent 65f5aa6adb
commit 1cfb15aebe

View File

@ -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 {} \;