From 09aca3f2c445423849fa0c47b091da5e9e3e1a27 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 27 Jun 2024 17:45:33 +0200 Subject: [PATCH] chore(Makefile): remove npmrc gup target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9be7f5d97..4bbe7eeb4 100644 --- a/Makefile +++ b/Makefile @@ -105,8 +105,8 @@ node_modules: .npmrc package.json well-known: node_modules npx webpack --progress -.npmrc: - command gup .npmrc +# .npmrc: +# command gup .npmrc .PHONY: clean clean: