bazoFF/frontend-project-46

View on GitHub
Makefile

Summary

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