Skip to content

Commit

Permalink
feat: 修正rc文件
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozeyuan001 committed May 27, 2021
1 parent 076e838 commit 232e93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ phantomjs_cdnurl="https://npm.taobao.org/mirrors/phantomjs"
fse_binary_host_mirror="https://npm.taobao.org/mirrors/fsevents"
sharp_binary_host="https://npm.taobao.org/mirrors/sharp"
sharp_libvips_binary_host="https://npm.taobao.org/mirrors/sharp-libvips"
# 配置msvs版本
msvs_version=2015
# 配置msvs版本----github action上为2019, 所以这里和github同步
msvs_version=2019
4 changes: 2 additions & 2 deletions .yarnrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ phantomjs_cdnurl "https://npm.taobao.org/mirrors/phantomjs"
fse_binary_host_mirror "https://npm.taobao.org/mirrors/fsevents"
sharp_binary_host "https://npm.taobao.org/mirrors/sharp"
sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips"
# 配置msvs版本
msvs_version 2015
# 配置msvs版本----github action上为2019, 所以这里和github同步
msvs_version 2019

0 comments on commit 232e93c

Please sign in to comment.