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

npm config set registry https://registry.npmjs.org/ && npm publish --access public
