mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
Rename Makefile target build-server to build-cli (#1103)
The `build-server` makefile target does not actually build the server module, rather it builds the CLI. Rename this target to make it less confusing.
This commit is contained in:
@@ -58,7 +58,7 @@ builds source code
|
||||
|
||||
```
|
||||
build - builds whole app client and server
|
||||
build-server - makes build dir and moves python and client files
|
||||
build-cli - makes build dir and moves python and client files
|
||||
build-client - runs webpack build
|
||||
build-for-server-dev - builds client and copies output directly into source tree (only for server devlopment)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user