mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore: support http proxy in bump script (#8098)
This commit is contained in:
13
tools/bump-blocksuite/README.md
Normal file
13
tools/bump-blocksuite/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Bump BlockSuite
|
||||
|
||||
To update BlockSuite, run following command in project root:
|
||||
|
||||
```sh
|
||||
node scripts/bump-blocksuite.js
|
||||
```
|
||||
|
||||
For network issue, try setting proxy environment variables:
|
||||
|
||||
```sh
|
||||
export http_proxy=http://127.0.0.1:7890
|
||||
```
|
||||
Reference in New Issue
Block a user