all: install lint test release

install:
	npm ci

lint:
	npm run lint

test:
	npm run test

release:
	npm run build
