8 lines
68 B
Makefile
8 lines
68 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
yarn run test
|
||
|
|
||
|
.PHONY: install
|
||
|
install:
|
||
|
yarn
|