Makefile 75 B

123456789
  1. SHELL = bash
  2. install:
  3. npm install
  4. test:
  5. npm test
  6. .PHONY: install test