From 86be92302bdad8ceaf41da7496b7ad023e7619bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 13 Oct 2022 09:50:44 +0200 Subject: [PATCH] makefile: fix node_modules install for back-end MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d409720..b1f163b 100644 --- a/Makefile +++ b/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