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: