Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: replace tnpm with npm
  • Loading branch information
alvarto committed Feb 24, 2022
commit 36caf0f18980c16f7ebb82ac845ad6b33e033567
71 changes: 0 additions & 71 deletions scripts/addowner.js

This file was deleted.

39 changes: 0 additions & 39 deletions scripts/deploy.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/setup-for-test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

tnpm i -g lerna @ali/tyarn
npm i -g lerna @ali/tyarn
Comment thread
alvarto marked this conversation as resolved.
Outdated

rm -rf node_modules package-lock.json yarn.lock
lerna clean -y
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-skip-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

tnpm i -g lerna @ali/tyarn
npm i -g lerna @ali/tyarn
Comment thread
alvarto marked this conversation as resolved.
Outdated
Comment thread
alvarto marked this conversation as resolved.
Outdated

rm -rf node_modules package-lock.json yarn.lock
lerna clean -y
Expand Down