Skip to content

Commit c78aa17

Browse files
imSzukalaclaude
andauthored
Fix npm publish by removing unnecessary scope config (#361)
The `npm config set scope $ORG_NAME` line caused newer npm versions on the CircleCI executor to trigger interactive browser auth instead of using the .npmrc token. This line was a leftover from a 2021 CI migration and is not needed for this unscoped package. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9034a12 commit c78aa17

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
name: Publish to npm
6969
command: |
7070
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > intercom-plugin/.npmrc
71-
npm config set scope $ORG_NAME
7271
cd intercom-plugin && npm publish
7372
7473
workflows:

0 commit comments

Comments
 (0)