Skip to content

Commit

Permalink
Merge pull request #1460 from washort/master
Browse files Browse the repository at this point in the history
Run webpack on all branches
  • Loading branch information
arikfr authored Dec 6, 2016
2 parents fcd623e + 20a0d95 commit c2f9e37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ dependencies:
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
- pip install pymongo==3.2.1
- if [ "$CIRCLE_BRANCH" = "master" ]; then make deps; fi
- if [ "$CIRCLE_BRANCH" = "webpack" ]; then make deps; fi
- make deps
cache_directories:
- node_modules/
- client/node_modules/
Expand Down

0 comments on commit c2f9e37

Please sign in to comment.