Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wood committed Sep 4, 2023
1 parent 2e0464c commit 001a7cf
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 @@ -63,7 +63,7 @@ jobs:
- attach_workspace:
at: ~/repo
- node/install:
install-npm: true
install-yarn: true
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
Expand Down

0 comments on commit 001a7cf

Please sign in to comment.