diff --git a/package.json b/package.json index 0fae246..3a3a153 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build:report": "vue-cli-service build --report", - "globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i", + "globle": "npm install -g cnpm --registry=https://registry.npmmirror.com&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i", "lint": "vue-cli-service lint", "lint:style": "stylelint-config-prettier-check", "inspect": "vue-cli-service inspect", "template": "plop", - "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org", + "clear": "rimraf node_modules&&npm install --registry=https://registry.npmmirror.com", "image-webpack-loader": "cnpm i image-webpack-loader -D", "use:npm": "nrm use npm", "use:taobao": "nrm use taobao",