chore(Makefile): avoid comment print for npmrc

This commit is contained in:
Sarah Vaupel 2024-06-27 18:20:27 +02:00
parent 7ae460dacb
commit db95e9c38d

View File

@ -106,7 +106,7 @@ well-known: node_modules
npx webpack --progress
.npmrc:
# Using @echo instead of echo to avoid printing secret token to stdout
@# 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