Skip to content

Commit 14ea79b

Browse files
committed
Fix build configuration
1 parent 432fe9b commit 14ea79b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ dependencies:
1212
- pip install -r requirements_dev.txt
1313
- pip install -r requirements.txt
1414
- pip install pymongo==3.2.1
15-
- if [ "$CIRCLE_BRANCH" = "master" ]; then make deps; fi
15+
- make deps
1616
cache_directories:
1717
- node_modules/
18-
- rd_ui/node_modules/
1918
- rd_ui/app/bower_components/
2019
test:
2120
override:

0 commit comments

Comments
 (0)