#!/bin/sh
set -e

node build.js
npm pkg delete type
mv ./dist/index.js ./index.js
rm -rf ./dist
