Cristikijian/frontend-project-lvl2

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    npm ci

gendiff:
    node bin/gendiff.js

publish:
    npm publish --dry-run

lint:
    npx eslint

test:
    npm run test

test-coverage:
    npm test -- --coverage --coverageProvider=v8