Pragmateam/pragmathanks-get-balance

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    npm install

test:
    npm test

run:
    npm start $(username) $(user_name)

deploy:
    ./infrastructure/deploy.sh

.PHONY: install test run deploy