#!/usr/bin/env bash
set -aeuo pipefail

npm i
npm run build
# npm login
cd dist
npm publish
