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