chore(Makefile): use \echo instead of echo

This commit is contained in:
Sarah Vaupel 2024-06-27 18:32:33 +02:00
parent b5cd8edf53
commit 2d249ccafe

View File

@ -107,7 +107,7 @@ well-known: node_modules
.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
@\echo -e "@fortawesome:registry=https://npm.fontawesome.com/\n//npm.fontawesome.com/:_authToken=$(FONTAWESOME_NPM_AUTH_TOKEN)" > .npmrc
.PHONY: clean