mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-26 18:20:24 +00:00
6 lines
54 B
Makefile
6 lines
54 B
Makefile
|
|
|
||
|
|
test:
|
||
|
|
@node_modules/.bin/tape test.js
|
||
|
|
|
||
|
|
.PHONY: test
|