mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Added FontAwesome env var
This commit is contained in:
parent
3a7427b00f
commit
d650fd3b3e
1 changed files with 9 additions and 0 deletions
9
web/ .yarnrc.yml
Normal file
9
web/ .yarnrc.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
npmScopes:
|
||||
fortawesome:
|
||||
npmAlwaysAuth: true
|
||||
npmRegistryServer: "https://npm.fontawesome.com/"
|
||||
npmAuthToken: ${FONTAWESOME_PACKAGE_TOKEN}
|
||||
awesome:
|
||||
npmAlwaysAuth: true
|
||||
npmRegistryServer: "https://npm.fontawesome.com/"
|
||||
npmAuthToken: ${FONTAWESOME_PACKAGE_TOKEN}
|
||||
Loading…
Reference in a new issue