7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
6 lines
55 B
Makefile
6 lines
55 B
Makefile
|
|
test:
|
|
@node_modules/.bin/tape test.js
|
|
|
|
.PHONY: test
|
|
|