Closed fathyb closed 6 years ago
LGTM!
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
It looks like the credentials were missing. I added them and kicked off a rebuild.
cc @f2prateek