JS package fixes (#1248)

* Remove accidental package install from build

* remove accidental package install
This commit is contained in:
Bruce Martin
2020-03-18 20:00:28 -06:00
committed by GitHub
parent e4bf65c54a
commit 8f09a4b1bc
3 changed files with 2740 additions and 14341 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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",