From f82fee8a7f303883b3f4e7113929226e411b52eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Fri, 28 Apr 2017 11:21:09 +0100 Subject: [PATCH] empty build and push targets --- docker-graphql/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker-graphql/Makefile b/docker-graphql/Makefile index 32e01944..1e989c91 100644 --- a/docker-graphql/Makefile +++ b/docker-graphql/Makefile @@ -28,6 +28,14 @@ test-ci: start: yarn run start +.PHONY: build +build: + exit 0 + +.PHONY: push +push: + exit 0 + .PHONY: lint lint: $(bindir)/eslint .