Prefix client build (#367)

This commit is contained in:
Charlotte Weaver
2018-10-23 15:56:57 -07:00
committed by Bruce Martin
parent b74c9e15c6
commit 4ec938c166

View File

@@ -14,6 +14,6 @@ install:
script:
- set -eo pipefail
- flake8 server/app/
- npm run build
- npm run --prefix client/ build
- npm run --prefix client/ test
- pytest -s server/test