mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
JS package fixes (#1248)
* Remove accidental package install from build * remove accidental package install
This commit is contained in:
@@ -11,11 +11,11 @@ clean:
|
||||
|
||||
.PHONY: ci
|
||||
ci:
|
||||
npm ci client
|
||||
npm ci
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
npm install client
|
||||
npm install
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user