mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
.PHONY: test
|
|
test:
|
|
./node_modules/.bin/ava
|
|
|
|
.PHONY: install
|
|
install:
|
|
npm install --quiet --no-spin
|