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

npm run build
./node_modules/.bin/rollup -c rollup.config.dist.js
git add dist
