#!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")/build" npm install npm run build echo "Built ../dist/main.js"