Add missing run command.

No idea what it was tying to build, but it was building something.
This commit is contained in:
Tom Price
2017-05-09 14:11:41 +01:00
parent f5b555ecdc
commit cb2259ff1d

View File

@@ -12,7 +12,7 @@ install:
- pip install --user -r requirements.txt
- pip install --user coveralls codeclimate-test-reporter
- npm install
- npm build
- npm run build
before_script:
- python manage.py collectstatic --noinput