diff --git a/Makefile b/Makefile index 8a82e90..2ae9c4e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: - npm install - npm run build - cd frontend - npm install - npm run build + npm install && \ + npm run build && \ + cd frontend && \ + npm install && \ + npm run build