5 lines
34 B
Makefile
5 lines
34 B
Makefile
|
|
test:
|
||
|
|
npm test
|
||
|
|
|
||
|
|
.PHONY: test
|