We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dc87f commit 3f8829cCopy full SHA for 3f8829c
scripts/release/index.js
@@ -36,7 +36,7 @@ async function run() {
36
37
// cnpm sync
38
try {
39
- const res = await request(`https://registry.npmmirror.com/-/package/${pkgInfo.name}/syncs`, {
+ const res = await request(`https://registry-direct.npmmirror.com/-/package/${pkgInfo.name}/syncs`, {
40
method: 'PUT',
41
timeout: 30000,
42
});
0 commit comments