diff options
| author | Ryan Mehri <[email protected]> | 2020-05-10 17:37:36 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-10 17:37:36 -0600 |
| commit | d20bfdc3f1a78a10dce2662b41d76eba6fab0aad (patch) | |
| tree | 465b89c4028572ad9a213b746f50823fb28954a8 /Makefile | |
| parent | Merge pull request #11 from jackyzha0/pass_and_expiry (diff) | |
| parent | linked backend and frontend (diff) | |
| download | ctrl-v-d20bfdc3f1a78a10dce2662b41d76eba6fab0aad.tar.xz ctrl-v-d20bfdc3f1a78a10dce2662b41d76eba6fab0aad.zip | |
Merge pull request #13 from jackyzha0/link-fe-be
linked backend and frontend
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |