chore(Makefile): reintroduce .npmrc target

This commit is contained in:
Sarah Vaupel 2024-01-17 03:19:48 +01:00
parent 608cff73cf
commit cb38adb312

View File

@ -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: