mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
8 lines
90 B
Makefile
8 lines
90 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
npm run test
|
||
|
|
||
|
.PHONY: install
|
||
|
install:
|
||
|
npm install --quiet --no-spin
|