mirror of
https://github.com/braver/programmingfonts.git
synced 2024-11-03 14:31:05 +01:00
14 lines
267 B
Makefile
14 lines
267 B
Makefile
default: install lint test fonts/stylesheets/stylesheet.css
|
|
|
|
install:
|
|
npm install
|
|
|
|
lint:
|
|
npx eslint *.js modules/*.js
|
|
|
|
test:
|
|
npx ajv -c ajv-formats -s fonts-schema.json -d fonts.json
|
|
|
|
fonts/stylesheets/stylesheet.css: fonts/stylesheets/fonts.less
|
|
npx lessc $^ $@
|