#!/usr/bin/env bash
./scripts/version || exit $?

npm run build
npm run site
npm publish
./scripts/tag
./scripts/deploy-site