onedealmaker/backend-project-lvl2

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    npm ci
    
publish:
    npm publish --dry-run

lint:
    npx eslint .

test:
    npm test

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

run:
    bin/gendiff.js