Skip to content

Commit

Permalink
Fixup following the merge of PR mozilla#75
Browse files Browse the repository at this point in the history
  • Loading branch information
magopian committed Apr 4, 2018
1 parent 6d61374 commit 1067800
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 1067800

Please sign in to comment.