#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint && yarn documentation && yarn build && git add dist ./README.md
