Skip to content

Commit

Permalink
remove ws-setup step
Browse files Browse the repository at this point in the history
Co-Authored-By: HenryNguyen5 <[email protected]>
  • Loading branch information
se3000 and HenryNguyen5 committed Apr 29, 2020
1 parent 2cc2a3d commit b7985ed
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gomod: ## Ensure chainlink's go dependencies are installed.
.PHONY: yarndep
yarndep: ## Ensure all yarn dependencies are installed
yarn install --frozen-lockfile
yarn setup
yarn setup:chainlink

.PHONY: gen-builder-cache
gen-builder-cache: gomod yarndep # generate a cache for the builder image
Expand All @@ -64,14 +64,10 @@ chainlink: $(SGX_BUILD_ENCLAVE) operator-ui ## Build the chainlink binary.
go build $(GOFLAGS) -o $@ ./core/

.PHONY: operator-ui
operator-ui: ws-setup ## Build the static frontend UI.
operator-ui: ## Build the static frontend UI.
CHAINLINK_VERSION="$(VERSION)@$(COMMIT_SHA)" yarn workspace @chainlink/operator-ui build
CGO_ENABLED=0 go run packr/main.go "${CURDIR}/core/services"

.PHONY: ws-setup
ws-setup:
yarn setup:chainlink

.PHONY: docker
docker: ## Build the docker image.
docker build \
Expand Down

0 comments on commit b7985ed

Please sign in to comment.