Procházet zdrojové kódy

修改 淘宝镜像地址

test
JinxChen před 5 dny
rodič
revize
8938ddc3dd
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      setup_development.sh
  2. +1
    -1
      setup_test.sh

+ 1
- 1
setup_development.sh Zobrazit soubor

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

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


Načítá se…
Zrušit
Uložit