programmingfonts/Makefile

14 lines
267 B
Makefile
Raw Normal View History

2023-07-03 20:28:10 +02:00
default: install lint test fonts/stylesheets/stylesheet.css
install:
npm install
lint:
2023-07-05 16:42:30 +02:00
npx eslint *.js modules/*.js
2023-07-03 20:28:10 +02:00
test:
npx ajv -c ajv-formats -s fonts-schema.json -d fonts.json
fonts/stylesheets/stylesheet.css: fonts/stylesheets/fonts.less
npx lessc $^ $@