Skip to content

Commit

Permalink
ci: add npm install to the release script (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
localredhead authored and mi-xu committed Aug 26, 2019
1 parent b56ac64 commit e9cd650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- run:
name: release
command: |
npm i
export GITHUB_TOKEN=$GITHUB_TOKEN
git config user.email "[email protected]"
git config user.name "uport-eng"
Expand Down

0 comments on commit e9cd650

Please sign in to comment.