chore(Makefile): tweak npmrc target

This commit is contained in:
Sarah Vaupel 2024-06-27 18:14:22 +02:00
parent bb5b2db281
commit c0e625f266

View File

@ -105,8 +105,10 @@ node_modules: .npmrc package.json
well-known: node_modules
npx webpack --progress
# .npmrc:
# command gup .npmrc
.npmrc:
# Using @echo instead of echo to avoid printing secret token to stdout
@echo -e "@fortawesome:registry=https://npm.fontawesome.com/\n//npm.fontawesome.com/:_authToken=$(FONTAWESOME_NPM_AUTH_TOKEN)" > .npmrc
.PHONY: clean
clean: