From 675b0711dceeef8340b0139a3e3e95e6e14d3e06 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 29 Jul 2024 15:16:28 +0200 Subject: [PATCH] chore(Makefile): add .well-known target as dependency for well-known to catch any webpack errors --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5b775a75..250b21e22 100644 --- a/Makefile +++ b/Makefile @@ -113,8 +113,13 @@ frontend-%: node_modules node_modules: package.json npm ci --cache .npm --prefer-offline -well-known: node_modules +well-known: node_modules well-known/.well-known npx webpack --progress +# mark well-known directory as clean after successful webpack run: + touch well-known/.well-known + +well-known/.well-known: +# no-op target # TODO: remove, as no npmrc is needed anymore # .npmrc: