mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 11:34:42 -04:00
* chore: rename folder * chore: add script to remove redis stream * chore: add script to remove redis stream * chore: fix ci
10 lines
192 B
Makefile
10 lines
192 B
Makefile
ROOT = "./script"
|
|
SEMVER_VERSION=$(shell grep version Cargo.toml | awk -F"\"" '{print $$2}' | head -n 1)
|
|
|
|
.PHONY: run test
|
|
|
|
run:
|
|
${ROOT}/run_local_server.sh
|
|
|
|
test:
|
|
${ROOT}/run_local_test.sh
|