diff options
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 |