Skip to content

Commit

Permalink
update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcwood committed May 11, 2021
1 parent 0ecf562 commit 9d60e9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- checkout
- node/install:
install-yarn: true
install-npm: true
- node/install-packages:
pkg-manager: yarn
- ruby/install:
Expand Down Expand Up @@ -61,6 +62,8 @@ jobs:
steps:
- attach_workspace:
at: ~/repo
- node/install:
install-npm: true
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
Expand Down

0 comments on commit 9d60e9d

Please sign in to comment.