Skip to content

Commit 168ed41

Browse files
committed
chore: remove duplicate usage of npm install lerna
1 parent 389c259 commit 168ed41

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

scripts/setup-for-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

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

scripts/setup-skip-build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

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

0 commit comments

Comments
 (0)