mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 17:08:12 +08:00
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