Commit 0f66ff0d by Waheed Ahmed Committed by GitHub

Merge pull request #201 from edx/waheed/fix-js-requirement-issue

Fixed JS requirement issue.
parents 277ff8d1 8b3cce7c
......@@ -24,7 +24,7 @@ before_install:
install:
- pip install -U pip wheel codecov
- pip install -r requirements/test.txt
- make requirements.js
- make requirement.js
before_script:
# Give Elasticsearch time to start
......
......@@ -21,7 +21,7 @@ help:
@echo " quality run PEP8 and Pylint"
@echo " production-requirements install requirements for production"
@echo " requirements install requirements for local development"
@echo " requirements.js install JS requirements for local development and production"
@echo " requirement.js install JS requirements for local development and production"
@echo " test run tests and generate coverage report"
@echo " validate run tests and quality checks"
@echo " static gather all static assets for production"
......@@ -39,7 +39,7 @@ clean:
find . -name '*.pyc' -delete
coverage erase
requirements.js:
requirement.js:
npm install
$(NODE_BIN)/bower install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment