chore(Makefile): two echoes
This commit is contained in:
parent
2d249ccafe
commit
d4b967fddb
3
Makefile
3
Makefile
@ -107,7 +107,8 @@ 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 '@fortawesome:registry=https://npm.fontawesome.com/' > .npmrc
|
||||
@echo "//npm.fontawesome.com/:_authToken=$(FONTAWESOME_NPM_AUTH_TOKEN)" >> .npmrc
|
||||
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user