mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-25 06:17:07 -04:00
* chore: rename folder * chore: add script to remove redis stream * chore: add script to remove redis stream * chore: fix ci
6 lines
No EOL
130 B
Bash
Executable file
6 lines
No EOL
130 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -x
|
|
set -eo pipefail
|
|
|
|
# Generate protobuf files for collab-rt-entity crate.
|
|
cargo build -p collab-rt-entity |