#!/usr/bin/env bash

set -ex

cd `dirname $0`

npm run build:prod

npm publish --access public
