diff --git a/docker-graphql/Makefile b/docker-graphql/Makefile index 6630cdfe..32e01944 100644 --- a/docker-graphql/Makefile +++ b/docker-graphql/Makefile @@ -8,10 +8,6 @@ NYC := $(bindir)/nyc install: yarn install --prefer-offline -.PHONY: install-production -install-production: - yarn install --production --pure-lockfile --prefer-offline - .PHONY: clean clean: @rm -rf node_modules @@ -32,14 +28,6 @@ test-ci: start: yarn run start -.PHONY: build -build: - docker build -t quay.io/yldio/joyent-dashboard-$(NAME):$(CIRCLE_BRANCH) . - -.PHONY: push -push: - docker push quay.io/yldio/joyent-dashboard-$(NAME) - .PHONY: lint lint: $(bindir)/eslint .