Browse Source

修改 淘宝镜像地址

test
JinxChen 1 day ago
parent
commit
8938ddc3dd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      setup_development.sh
  2. +1
    -1
      setup_test.sh

+ 1
- 1
setup_development.sh View File

@@ -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


+ 1
- 1
setup_test.sh View File

@@ -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


Loading…
Cancel
Save