瀏覽代碼

修改 淘宝镜像地址

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


Loading…
取消
儲存