mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
.PHONY: test
|
|
test:
|
|
./node_modules/.bin/ava
|
|
|
|
.PHONY: install
|
|
install:
|
|
npm install
|