diff --git a/bin/07-nodejs.fish b/bin/07-nodejs.fish index 14d7817..50188ce 100755 --- a/bin/07-nodejs.fish +++ b/bin/07-nodejs.fish @@ -14,4 +14,5 @@ yarnpkg config set selenium_cdnurl https://npm.taobao.org/mirrors/selenium --glo yarnpkg config set sqlite3_binary_host_mirror "https://foxgis.oss-cn-shanghai.aliyuncs.com/" --global && \ yarnpkg config set profiler_binary_host_mirror "https://npm.taobao.org/mirrors/node-inspector/" --global && \ yarnpkg config set chromedriver_cdnurl "https://cdn.npm.taobao.org/dist/chromedriver" --global && \ -yarnpkg config set node_inspector_cdnurl https://npm.taobao.org/mirrors/node-inspector --global +yarnpkg config set node_inspector_cdnurl https://npm.taobao.org/mirrors/node-inspector --global && \ +yarnpkg config set sentrycli_cdnurl 'https://npm.taobao.org/mirrors/sentry-cli'