Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from Financial-Times/fix-deploy-auth-error
Browse files Browse the repository at this point in the history
Fix deploy auth error
  • Loading branch information
fenglish committed Nov 25, 2019
2 parents 2809481 + cf6a61d commit 4ac7a3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -98,7 +98,10 @@ jobs:
- *attach_workspace

- deploy:
command: make npm-publish
name: npm publish
command: |
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > ${HOME}/.npmrc
make npm-publish
workflows:
version: 2.1
Expand Down

0 comments on commit 4ac7a3d

Please sign in to comment.