Eserian/frontend-project-lvl2

View on GitHub
Makefile

Summary

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