Procházet zdrojové kódy

修改 淘宝镜像地址

test
chenJinxu před 9 měsíci
rodič
revize
68140634d1
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +1
    -1
      setup_development.sh
  2. +1
    -1
      setup_production.sh
  3. +1
    -1
      setup_test.sh

+ 1
- 1
setup_development.sh Zobrazit soubor

@@ -7,7 +7,7 @@
# @description:
###
npm -v
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmmirror.com
npm install
npm run build-dev
image_version=`date +%Y%m%d%H%M`;


+ 1
- 1
setup_production.sh Zobrazit soubor

@@ -7,7 +7,7 @@
# @description:
###
npm -v
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmmirror.com
npm install
npm run build
image_version=$version;


+ 1
- 1
setup_test.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 install
npm run build-test
image_version=$version;


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