f49d7e4dac
When the PR is merged into node-triton we will update this.
8 lines
76 B
Makefile
8 lines
76 B
Makefile
.PHONY: test
|
|
test:
|
|
./node_modules/.bin/ava
|
|
|
|
.PHONY: install
|
|
install:
|
|
yarn
|