chore(Makefile): tweak npmrc target
This commit is contained in:
parent
bb5b2db281
commit
c0e625f266
6
Makefile
6
Makefile
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user