|
@@ -1,6 +1,6 @@
|
|
|
; Template for .npmrc (which is GITIGNORED — never commit the real one).
|
|
; Template for .npmrc (which is GITIGNORED — never commit the real one).
|
|
|
-; Copy to .npmrc, then keep the token in .env (gitignored):
|
|
|
|
|
-; cp .env.example .env # then set FONTAWESOME_NPM_TOKEN=...
|
|
|
|
|
|
|
+; Copy to .npmrc, then keep the token in a gitignored .env file:
|
|
|
|
|
+; echo 'FONTAWESOME_NPM_TOKEN=your-fa-pro-token' > .env
|
|
|
; The ${FONTAWESOME_NPM_TOKEN} ref below reads it. `npm run kit:update` loads
|
|
; The ${FONTAWESOME_NPM_TOKEN} ref below reads it. `npm run kit:update` loads
|
|
|
; .env before pulling the kit; for other npm commands, `set -a; . ./.env; set +a`
|
|
; .env before pulling the kit; for other npm commands, `set -a; . ./.env; set +a`
|
|
|
; first, or export it in your shell. (Or paste the raw token after `_authToken=`
|
|
; first, or export it in your shell. (Or paste the raw token after `_authToken=`
|