Added Makefile for local linting and checking.

This commit is contained in:
Greenscreener 2019-07-19 14:18:15 +02:00
parent 0ca34bb9f5
commit c97bbb184e

16
Makefile Normal file
View File

@ -0,0 +1,16 @@
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 &