From cb38adb312ae97282b40a821836acc729ca7da2d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 03:19:48 +0100 Subject: [PATCH] chore(Makefile): reintroduce .npmrc target --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7b38db7bc..a8e101f1b 100644 --- a/Makefile +++ b/Makefile @@ -79,11 +79,11 @@ frontend-%: node_modules --frontend-test-watch: WATCH=--single-run false --frontend-test-watch: --frontend-test -node_modules: package.json +node_modules: .npmrc package.json npm ci --cache .npm --prefer-offline -#.npmrc: -# command gup .npmrc +.npmrc: + command gup .npmrc .PHONY: clean clean: