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 .