.PHONY: selftest
selftest:
	pnpm test
	node ./dist/index.js --version >/dev/null
	node ./dist/index.js doctor >/dev/null
