From 37e2701db5eb3e5ed50ced76a825c9edc1f22de5 Mon Sep 17 00:00:00 2001 From: Promise Fru Date: Fri, 19 Jul 2024 09:44:47 +0100 Subject: [PATCH] build: update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66ee17f..19f2aab 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ config: build: @echo "[!] Creating production build ..." - yarn install --no-lockfile + yarn install --no-lockfile && \ yarn build deploy: