From 4ec938c166a2cd7303918abc2f2b17212e707353 Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Tue, 23 Oct 2018 15:56:57 -0700 Subject: [PATCH] Prefix client build (#367) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3292931a..31611535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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