Merge pull request #167 from chanzuckerberg/csweaver/build-anywhere

Allow build-client to run anywhere
This commit is contained in:
Charlotte Weaver
2018-08-09 09:45:47 -07:00
committed by GitHub
+4
View File
@@ -1,4 +1,8 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
CELLXGENE_DIR=$(dirname $DIR)
cd $CELLXGENE_DIR
npm install --prefix client/ client
npm run --prefix client build