chore(Makefile): remove (comment-out) old npmrc target
This commit is contained in:
parent
2a994bb714
commit
533ed53fad
11
Makefile
11
Makefile
@ -110,16 +110,17 @@ frontend-%: node_modules
|
|||||||
--frontend-test-watch: WATCH=--single-run false
|
--frontend-test-watch: WATCH=--single-run false
|
||||||
--frontend-test-watch: --frontend-test
|
--frontend-test-watch: --frontend-test
|
||||||
|
|
||||||
node_modules: .npmrc package.json
|
node_modules: package.json
|
||||||
npm ci --cache .npm --prefer-offline
|
npm ci --cache .npm --prefer-offline
|
||||||
|
|
||||||
well-known: node_modules
|
well-known: node_modules
|
||||||
npx webpack --progress
|
npx webpack --progress
|
||||||
|
|
||||||
.npmrc:
|
# TODO: remove, as no npmrc is needed anymore
|
||||||
@# Using @echo instead of echo to avoid printing secret token to stdout
|
# .npmrc:
|
||||||
@echo '@fortawesome:registry=https://npm.fontawesome.com/' > .npmrc
|
# @# Using @echo instead of echo to avoid printing secret token to stdout
|
||||||
@echo "//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
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user