mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
6 lines
78 B
Makefile
6 lines
78 B
Makefile
include ../tools/node-install.mk
|
|
|
|
.PHONY: test
|
|
test:
|
|
./node_modules/.bin/ava
|