lint:
	npm run lint

test:
	npm run test

coverage:
	npm run test:ci

dead-code:
	npm run dead-code

update:
	npm install -g @angular/cli@latest
	ng update @angular/cli @angular/core
	npm dedupe
