1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-11 05:40:11 +02:00
copilot/ui/Makefile

8 lines
66 B
Makefile
Raw Normal View History

2016-10-24 14:43:32 +03:00
.PHONY: test
test:
2016-10-24 15:50:02 +03:00
yarn run test
2016-10-24 14:43:32 +03:00
.PHONY: install
install:
2016-10-24 15:50:02 +03:00
yarn