7 linhas
50 B
Makefile
7 linhas
50 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
npm test
|
|
|
|
.PHONY: test
|