fix: update npm registry URL to use official npm registry

This commit is contained in:
samanhappy
2025-04-12 22:59:08 +08:00
parent c55cb79720
commit d296d1245f

View File

@@ -1,6 +1,6 @@
#!/bin/bash
NPM_REGISTRY=${NPM_REGISTRY:-https://registry.npmmirror.com/}
NPM_REGISTRY=${NPM_REGISTRY:-https://registry.npmjs.org/}
echo "Setting npm registry to ${NPM_REGISTRY}"
npm config set registry "$NPM_REGISTRY"