mirror of
https://github.com/yldio/copilot.git
synced 2025-01-06 00:50:12 +02:00
8 lines
68 B
Makefile
8 lines
68 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
yarn run test
|
||
|
|
||
|
.PHONY: install
|
||
|
install:
|
||
|
yarn
|