Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #76 from magopian/fixup-75
Browse files Browse the repository at this point in the history
Fixup following the merge of PR #75
  • Loading branch information
rehandalal committed Apr 4, 2018
2 parents 6d61374 + 1067800 commit 3c61834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
# run tests!
- run: yarn test

# build all the things!
- run: yarn run build

- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
Expand Down

0 comments on commit 3c61834

Please sign in to comment.