pisarevdmitry/frontend-project-lvl2

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    npm ci
publish:
    npm publish --dry-run
lint:
    npx eslint .
tests:
    npm test    
tests-coverage:    
    npm test -- --coverage --coverageProvider=v8