Skip to content

Commit

Permalink
test npm token (#7162)
Browse files Browse the repository at this point in the history
Co-authored-by: Brittany Archibeque <brittanyarchibeque@Brittanys-MacBook-Pro-2.local>
  • Loading branch information
britt6612 and Brittany Archibeque committed Mar 12, 2024
1 parent 49d2086 commit d567c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -133,7 +133,7 @@ jobs:
at: ~/grommet-ci
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN_NEW" > ~/grommet-ci/dist/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN_TEST" > ~/grommet-ci/dist/.npmrc
- run:
name: Add npmignore
command: echo "**/__tests__/**" > ~/grommet-ci/dist/.npmignore
Expand Down

0 comments on commit d567c40

Please sign in to comment.