Updating circleci npm task

This commit is contained in:
James Barnsley
2019-10-31 11:37:48 +13:00
parent acbc8ffb13
commit 6e70c364d7

View File

@ -13,7 +13,7 @@ jobs:
command: npm install
- run:
name: Build code
command: npm run build
command: npm run build:prod
- run:
name: Install python dependencies
command: pip install -e .