aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-10 16:33:00 -0700
committerjackyzha0 <[email protected]>2020-05-10 16:33:00 -0700
commita635513d66fd4d2c605a0e64b4fa94828c64610e (patch)
tree465b89c4028572ad9a213b746f50823fb28954a8 /Makefile
parentMerge pull request #11 from jackyzha0/pass_and_expiry (diff)
downloadctrl-v-a635513d66fd4d2c605a0e64b4fa94828c64610e.tar.xz
ctrl-v-a635513d66fd4d2c605a0e64b4fa94828c64610e.zip
linked backend and frontend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a07153b..472fb7c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,6 @@ docker-push:
fe-run:
cd frontend && yarn start
fe-build:
- cd frontend && yarn build \ No newline at end of file
+ cd frontend && yarn build
+all:
+ make -j 2 run fe-run \ No newline at end of file