AppFlowy-Cloud/Makefile
Nathan.fooo 80d46a2e3c
chore: Clean redis update script (#581)
* chore: rename folder

* chore: add script to remove redis stream

* chore: add script to remove redis stream

* chore: fix ci
2024-05-27 16:48:13 +08:00

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