mirror of
https://github.com/dap-ps/discover.git
synced 2025-01-31 03:26:13 +00:00
makefile: fix node_modules install for back-end
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
209ad6d2d8
commit
86be92302b
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user