green-zelen/project-lvl2-s463

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    npm link

build:
    npm run build

lint:
    npx eslint .

lint_fix:
    npx eslint . --fix

test: 
    npm run test

publish:
    npm publish --dry-run