diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000..c4b8438044db1 --- /dev/null +++ b/Makefile @@ -0,0 +1,28 @@ +all: + make build_frontend + make build_backend + +build_init: + cd ./web/ && pnpm i --frozen-lockfile && cd ../ + +build_proto: + cd ./proto/ && npx buf generate && cd ../ + +build_frontend: + cd ./web/ && pnpm run build && cd ../ + sed -i "s|