Skip to content

Commit 1cfb15a

Browse files
committed
fix: 修复 setup 的逻辑
1 parent 65f5aa6 commit 1cfb15a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/setup.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env bash
22

3-
#tnpm i -g lerna @ali/tyarn
4-
5-
rm -rf node_modules package-lock.json yarn.lock
3+
rm -rf package-lock.json yarn.lock
64
lerna clean -y
75
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;
86

0 commit comments

Comments
 (0)