install:
	scripts/install

uninstall:
	scripts/uninstall

release:
	scripts/release

update:
	scripts/update

lint:
	scripts/lint
