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
|