Skip to content

Commit

Permalink
#2 fix circleci config error
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6a77 committed Jan 20, 2020
1 parent 5bada6b commit 16f63b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
<<: *defaults
steps:
- checkout
path: ~/improbable-grpc-web
path: ~/improbable-grpc-web

- restore_cache:
keys:
Expand Down Expand Up @@ -42,7 +42,6 @@ jobs:
at: ~/improbable-grpc-web/client/grpc-web
- run:
name: Authenticate with registry
# command: echo "//registry.npmjs.org/:_authToken=$GIT_TOKEN" > ~/repo/.npmrc
command: |
echo "@addrobots:registry=https://npm.pkg.github.com/" > ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=\"$GITHUB_AUTH_TOKEN\"" >> ~/.npmrc
Expand Down

0 comments on commit 16f63b4

Please sign in to comment.