strapi/Makefile

18 lines
185 B
Makefile
Raw Normal View History

MAKEFLAGS = -j1
export NODE_ENV = test
.PHONY: test
lint:
2017-01-04 18:28:47 +01:00
./node_modules/.bin/eslint **/*.js
test: lint
./scripts/test.sh
2016-04-04 21:51:00 +02:00
docs:
mkdocs build --clean
setup:
./scripts/setup.sh