From 8f244e4d42e8ebe7fcafe48a0a1056adcf0e0b40 Mon Sep 17 00:00:00 2001 From: Marius Darila <3396463+kenshyx@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:00:31 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7087166..2bcc0f2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: install build.docs install: git submodule update --init --recursive && \ - yarn run bootstrap + yarn install --immutable && yarn run bootstrap build.docs: export NODE_ENV='production' && \ yarn run build