Skip to content

Commit 3f8829c

Browse files
committed
fix: use registry-direct.npmmirror.com to create sync task
1 parent 71dc87f commit 3f8829c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function run() {
3636

3737
// cnpm sync
3838
try {
39-
const res = await request(`https://registry.npmmirror.com/-/package/${pkgInfo.name}/syncs`, {
39+
const res = await request(`https://registry-direct.npmmirror.com/-/package/${pkgInfo.name}/syncs`, {
4040
method: 'PUT',
4141
timeout: 30000,
4242
});

0 commit comments

Comments
 (0)