From 264f8907ebe2ab205fcdeb54d2babcbe278935d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 28 Aug 2020 08:58:15 +0100 Subject: [PATCH] fix(build): don't allow touch to create files --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index d428b90ac..3e076b1d5 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -5,7 +5,7 @@ rwildcard = $(foreach d, $(wildcard $1*), $(call rwildcard,$d/,$2) $(filter $(su node_modules/%: package.json package-lock.json npm install - touch $@ + touch -c $@ build/index.html: node_modules/react-scripts/bin/react-scripts.js $(call rwildcard, public src, *) npm run build