Skip to content

Commit 36caf0f

Browse files
committed
feat: replace tnpm with npm
1 parent f5fb776 commit 36caf0f

File tree

4 files changed

+2
-112
lines changed

4 files changed

+2
-112
lines changed

scripts/addowner.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

scripts/deploy.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

scripts/setup-for-test.sh

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

3-
tnpm i -g lerna @ali/tyarn
3+
npm i -g lerna @ali/tyarn
44

55
rm -rf node_modules package-lock.json yarn.lock
66
lerna clean -y

scripts/setup-skip-build.sh

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

3-
tnpm i -g lerna @ali/tyarn
3+
npm i -g lerna @ali/tyarn
44

55
rm -rf node_modules package-lock.json yarn.lock
66
lerna clean -y

0 commit comments

Comments
 (0)