6 lines
68 B
Makefile
6 lines
68 B
Makefile
include ../tools/node-install.mk
|
|
|
|
.PHONY: test
|
|
test:
|
|
yarn run test
|