strapi/Makefile
2016-04-04 21:51:00 +02:00

15 lines
145 B
Makefile
Executable File

MAKEFLAGS = -j1
export NODE_ENV = test
.PHONY: test
lint:
./node_modules/.bin/xo
test: lint
./scripts/test.sh
docs:
mkdocs build --clean