mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
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
|