mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 10:58:10 +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:
|
||||
|
||||
17076
client/package-lock.json
generated
17076
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,6 @@
|
||||
"@blueprintjs/core": "^3.24.0",
|
||||
"@blueprintjs/icons": "^3.14.0",
|
||||
"@blueprintjs/select": "^3.12.0",
|
||||
"client": "0.0.1",
|
||||
"d3": "^4.10.0",
|
||||
"d3-scale-chromatic": "^1.5.0",
|
||||
"flatbuffers": "^1.11.0",
|
||||
|
||||
Reference in New Issue
Block a user