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