Added Makefile for local linting and checking.

This commit is contained in:
Greenscreener 2019-07-19 14:18:15 +02:00
parent 8331f0a717
commit 111761f86a

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
lint:
docker-compose run xo-js-lint
docker-compose run xo-html-lint
docker-compose run sass-lint
build:
docker-compose run xo-js-lint
docker-compose run xo-html-lint
docker-compose run sass-lint
hugo
serve:
hugo server &