mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 13:01:59 +03:00
14 lines
235 B
Markdown
14 lines
235 B
Markdown
|
# 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
|
||
|
```
|