empty build and push targets

This commit is contained in:
Sérgio Ramos 2017-04-28 11:21:09 +01:00
parent d2354ff66b
commit f82fee8a7f
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ test-ci:
start: start:
yarn run start yarn run start
.PHONY: build
build:
exit 0
.PHONY: push
push:
exit 0
.PHONY: lint .PHONY: lint
lint: lint:
$(bindir)/eslint . $(bindir)/eslint .