Sfoglia il codice sorgente

修改 淘宝镜像地址

test
JinxChen 1 giorno fa
parent
commit
8938ddc3dd
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      setup_development.sh
  2. +1
    -1
      setup_test.sh

+ 1
- 1
setup_development.sh Vedi 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 Vedi 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…
Annulla
Salva