8 lines
90 B
Makefile
8 lines
90 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
npm run test
|
||
|
|
||
|
.PHONY: install
|
||
|
install:
|
||
|
npm install --quiet --no-spin
|