@@ -8,7 +8,7 @@ | |||||
### | ### | ||||
#!/bin/bash | #!/bin/bash | ||||
npm -v | npm -v | ||||
npm config set registry https://registry.npm.taobao.org | |||||
npm config set registry https://registry.npmmirror.com/ | |||||
npm config list | npm config list | ||||
npm install | npm install | ||||
npm run build-test | npm run build-test | ||||
@@ -8,7 +8,7 @@ | |||||
### | ### | ||||
#!/usr/bin/env bash | #!/usr/bin/env bash | ||||
npm -v | npm -v | ||||
npm config set registry https://registry.npm.taobao.org | |||||
npm config set registry https://registry.npmmirror.com/ | |||||
npm config list | npm config list | ||||
npm install | npm install | ||||
npm run build-test | npm run build-test | ||||