strapi/Makefile
2017-01-04 18:28:47 +01:00

18 lines
185 B
Makefile
Executable File

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