Skip to content

Commit

Permalink
disable eslint for now on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ewingrj committed Oct 7, 2017
1 parent 4b7b542 commit ea4ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: yarn test
# - run: yarn test
- deploy:
name: Maybe Deploy
command: |
Expand Down

0 comments on commit ea4ce62

Please sign in to comment.