olivetin/integration-tests/Makefile

6 lines
76 B
Makefile

default:
npm install --no-fund
./node_modules/.bin/mocha
.PHONY: default