Skip to content

Commit

Permalink
chore: remove tnpm rollback scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Nov 25, 2023
1 parent 6db4d98 commit 5d1e834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/generate_rollback.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ for (const item of data) {

if (remoteVersion !== localVersion) {
arr.push(`npm dist-tag add ${item.name}@${remoteVersion} latest\n`);
tnpmArr.push(`tnpm dist-tag add ${item.name}@${remoteVersion} latest\n`);
diff.push(`# - ${item.name}: ${remoteVersion} => ${currentVersion}\n`);
}
}
Expand Down

0 comments on commit 5d1e834

Please sign in to comment.