We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389c259 commit 168ed41Copy full SHA for 168ed41
scripts/setup-for-test.sh
@@ -1,7 +1,5 @@
1
#!/usr/bin/env bash
2
3
-npm i -g lerna @ali/tyarn
4
-
5
rm -rf node_modules package-lock.json yarn.lock
6
lerna clean -y
7
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;
scripts/setup-skip-build.sh
0 commit comments