mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 15:18:12 +08:00
Merge pull request #167 from chanzuckerberg/csweaver/build-anywhere
Allow build-client to run anywhere
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user