From 1cfb15aebea9796af23b2135f2aa4409d81283d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LeoYuan=20=E8=A2=81=E5=8A=9B=E7=9A=93?= Date: Thu, 24 Feb 2022 11:23:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20setup=20=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index bb0d6e7bb..d57f71011 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -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 {} \;