summaryrefslogtreecommitdiff
path: root/tools/pip.sh
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2018-10-03 07:05:06 +0000
committerMonty Taylor <mordred@inaugust.com>2018-10-06 10:42:31 -0500
commit68d11898715970f47c4d86c261dc64232a841c85 (patch)
tree974b0e60a21d8262b67c0310777d14ee48c056f5 /tools/pip.sh
parent6f0f36aab00104321d548554f74e969064b1fe34 (diff)
downloadzuul-68d11898715970f47c4d86c261dc64232a841c85.tar.gz
Revert "Revert "web: rewrite interface in react""
This reverts commit 3dba813c643ec8f4b3323c2a09c6aecf8ad4d338. Change-Id: I233797a9b4e3485491c49675da2c2efbdba59449
Diffstat (limited to 'tools/pip.sh')
-rwxr-xr-x[-rw-r--r--]tools/pip.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/pip.sh b/tools/pip.sh
index cf2d0f5e5..0b94b1c79 100644..100755
--- a/tools/pip.sh
+++ b/tools/pip.sh
@@ -32,7 +32,9 @@ then
fi
if [[ ! -f zuul/web/static/status.html ]]
then
- yarn install
- npm run build:dev
+ pushd web/
+ yarn install
+ yarn build
+ popd
fi
pip install $*