From c3a857eb9bb19d6688211f16c8c8b033a070c249 Mon Sep 17 00:00:00 2001 From: AxeRicin Date: Thu, 16 Nov 2023 14:20:03 +0300 Subject: [PATCH] Update makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index bb61343..9566db4 100644 --- a/makefile +++ b/makefile @@ -8,8 +8,8 @@ make start: npm run start make install: - npm ci - cd frontend && npm ci + npm install + cd frontend && npm install make deployment: make install