6 lines
42 B
Makefile
6 lines
42 B
Makefile
|
all:
|
||
|
npm install
|
||
|
|
||
|
check:
|
||
|
./run_tests.sh
|