From db95e9c38d8fbee87f63ebc2a59297b6a0349b68 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 27 Jun 2024 18:20:27 +0200 Subject: [PATCH] chore(Makefile): avoid comment print for npmrc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 201c13916..9bdcfb72f 100644 --- a/Makefile +++ b/Makefile @@ -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