Skip to content

Commit

Permalink
Change NPM token to correct variable name in yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcetinkaya committed Sep 27, 2021
1 parent dcdc74e commit 7ca2339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -6,4 +6,4 @@ plugins:

yarnPath: .yarn/releases/yarn-berry.cjs
nodeLinker: 'node-modules'
npmAuthToken: ${NPM_TOKEN:-fallback}
npmAuthToken: ${NODE_AUTH_TOKEN:-fallback}
2 changes: 1 addition & 1 deletion packages/embla-carousel-react/package.json
Expand Up @@ -30,7 +30,7 @@
"sideEffects": false,
"files": [
"embla-carousel-react*",
"components",
"components/**/*",
"index.d.ts"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embla-carousel/package.json
Expand Up @@ -30,7 +30,7 @@
"sideEffects": false,
"files": [
"embla-carousel*",
"components",
"components/**/*",
"index.d.ts"
],
"scripts": {
Expand Down

0 comments on commit 7ca2339

Please sign in to comment.