hexlet-volunteers/interviews

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
        npm install

start:
        npm run dev

test:
        npm test

lint:
        npm run lint

.PHONY: test