Skip to content

Commit

Permalink
feat: correct npmrc env variable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobadini committed Jul 4, 2023
1 parent 02e5b80 commit 53120e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ shamefully-hoist=true
always-auth=false
@fortawesome:registry=https://npm.fontawesome.com/
strict-peer-dependencies=false
//npm.fontawesome.com/:_authToken=${FONT_AWESOME_NPM_TOKEN}
//npm.fontawesome.com/:_authToken=$FONT_AWESOME_NPM_TOKEN
//npm.fontawesome.com/:always-auth=true
2 changes: 1 addition & 1 deletion frontend/.env.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEXT_PUBLIC_ALGOLIA_APP_ID=XQEP3AD9ZT
NEXT_PUBLIC_IFIXIT_ORIGIN=https://www.cominor.com
NEXT_PUBLIC_APP_ORIGIN=http://localhost:3000
NEXT_PUBLIC_STRAPI_ORIGIN=https://strapi.cominor.com
NEXT_PUBLIC_STRAPI_ORIGIN=http://localhost:1337
NEXT_PUBLIC_SHOPIFY_STOREFRONT_VERSION=2022-10
STRAPI_IMAGE_DOMAIN=ifixit-dev-strapi-uploads.s3.us-west-1.amazonaws.com
NEXT_PUBLIC_ALGOLIA_PRODUCT_INDEX_NAME=dev_product_group_en
Expand Down
2 changes: 1 addition & 1 deletion frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
always-auth=false
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${FONT_AWESOME_NPM_TOKEN}
//npm.fontawesome.com/:_authToken=$FONT_AWESOME_NPM_TOKEN
//npm.fontawesome.com/:always-auth=true

0 comments on commit 53120e5

Please sign in to comment.