Переглянути джерело

修改 淘宝镜像地址

test
JinxChen 1 день тому
джерело
коміт
8938ddc3dd
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      setup_development.sh
  2. +1
    -1
      setup_test.sh

+ 1
- 1
setup_development.sh Переглянути файл

@@ -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 Переглянути файл

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


Завантаження…
Відмінити
Зберегти