mirror of
https://github.com/yldio/copilot.git
synced 2025-01-03 23:50:13 +02:00
6 lines
78 B
Makefile
6 lines
78 B
Makefile
include ../tools/node-install.mk
|
|
|
|
.PHONY: test
|
|
test:
|
|
./node_modules/.bin/ava
|