From a162fb049bf1403a22a2de7e329d4f06ac9b8e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Torrentsgener=C3=B3s?= Date: Thu, 15 Feb 2024 01:08:12 +0100 Subject: [PATCH] fix: tab not spaces (#837) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Torrentsgenerós --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e0cedbcf..2edce4e4e 100755 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ build_prod: .PHONY: pack pack: - yarn run build:pack + yarn run build:pack .PHONY: types types: