segmentio / eslint-config

Segment's ESLint configurations.
9 stars 6 forks source link

Migrate to CircleCI 2 #62

Closed fathyb closed 6 years ago

fathyb commented 6 years ago

cc @f2prateek

f2prateek commented 6 years ago

LGTM!

fathyb commented 6 years ago

Last CI build failed :

You must be logged in to publish packages : segment/eslint-config

Weird. Could you check that NPM_AUTH is correctly set in Circle CI?

If it is we may try using Circle CI method instead :

    steps:
      - attach_workspace:
          at: ~/repo
      - run:
          name: Authenticate with registry
          command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
      - run:
          name: Publish package
          command: npm publish
f2prateek commented 6 years ago

It looks like the credentials were missing. I added them and kicked off a rebuild.