Skip to content

Commit

Permalink
chore: remove registry npmmirror
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Jun 14, 2023
1 parent 54c0c30 commit a23dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const cwd = process.cwd();
// update pnpm lockfile
logger.event('update pnpm lockfile');
$.verbose = false;
await $`pnpm i --registry=https://registry.npmmirror.com`;
await $`pnpm i`;
$.verbose = true;

const isGitClean2 = (await $`git status --porcelain`).stdout.trim().length;
Expand Down

0 comments on commit a23dac5

Please sign in to comment.