Skip to content

Commit

Permalink
fix: 🐛 修改发布配置
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingyun2010 committed Sep 8, 2021
1 parent b052de5 commit 5a1f7d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash

echo 'publish with proxy:'
git config --global http.https://github.com.proxy http://127.0.0.1:10080
git config --global https.https://github.com.proxy https://127.0.0.1:10080
git config --global http.https://github.com.proxy
git config --global https.https://github.com.proxy
yarn np
Expand Down

0 comments on commit 5a1f7d5

Please sign in to comment.