mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 21:08:12 +08:00
Only copy versioned files to the package (#1096)
Fixes https://github.com/chanzuckerberg/cellxgene/issues/582
This commit is contained in:
@@ -31,8 +31,7 @@ build-client:
|
||||
|
||||
.PHONY: build-server
|
||||
build-server: build-client
|
||||
mkdir -p $(SERVERBUILD)
|
||||
cp -r server/* $(SERVERBUILD)
|
||||
git ls-files server/ | cpio -pdm $(BUILDDIR)
|
||||
cp -r client/build/ $(CLIENTBUILD)
|
||||
mkdir -p $(SERVERBUILD)/app/web/static/img
|
||||
mkdir -p $(SERVERBUILD)/app/web/templates/
|
||||
|
||||
Reference in New Issue
Block a user