This commit is contained in:
Hanzei 2018-10-12 16:10:07 +02:00
parent 1495c46ae6
commit f31f0f8a0a
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

View file

@ -19,7 +19,7 @@ apply:
./build/bin/manifest apply ./build/bin/manifest apply
.PHONY: check-style .PHONY: check-style
check-style: webapp/.npminstall gofmt govet check-style: server/.depensure webapp/.npminstall gofmt govet
@echo Checking for style guide compliance @echo Checking for style guide compliance
ifneq ($(HAS_WEBAPP),) ifneq ($(HAS_WEBAPP),)