backoffice/node_modules/ycssmin/Makefile

15 lines
187 B
Makefile
Raw Normal View History

2020-02-06 10:09:39 +00:00
all:
npm -g i .
lint:
npm run-script pretest
test:
npm test
coverage: test
rm -rRf ../ycssmin-pages/*
cp -R ./coverage/lcov-report/* ../ycssmin-pages/
.PHONY: lint coverage test