mark caro make pb as optional action

This commit is contained in:
appflowy 2021-11-21 13:50:18 +08:00
parent 4beeffbc37
commit a535b8585f
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ cargo install --force duckscript_cli
```shell ```shell
cargo make flowy_dev cargo make flowy_dev
``` ```
8. Generate protobuf for dart (optional) 8. Generate protobuf for dart (optional, if you modify the shared-lib's entities)
```shell ```shell
cargo make -p development-linux-x86 pb cargo make -p development-linux-x86 pb
``` ```

View file

@ -36,7 +36,7 @@ cargo install --force duckscript_cli
```shell ```shell
cargo make flowy_dev cargo make flowy_dev
``` ```
9. Generate protobuf for dart 9. Generate protobuf for dart (optional, if you modify the shared-lib's entities)
```shell ```shell
cargo make -p development-windows pb cargo make -p development-windows pb
``` ```