makefile: fix node_modules install for back-end

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-13 09:50:44 +02:00
parent 209ad6d2d8
commit 86be92302b
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ else
@echo "SUCCESS! Execute 'yarn server-start' and browse http://localhost:4000"
endif
node_modules: back-end ##@install Install the Node.js dependencies using Yarn
node_modules: back-end/node_modules ##@install Install the Node.js dependencies using Yarn
yarn install
back-end/node_modules: ##@install Install backend the Node.js dependencies using Yarn