Skip to content

Commit

Permalink
build(repo): write to .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jul 6, 2023
1 parent bf64526 commit b08fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ commands:
steps:
- checkout
- cached-dependencies
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
- build

jobs:
Expand Down

0 comments on commit b08fd88

Please sign in to comment.