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