#!/bin/sh

tsc -p tsconfig.build.json
rollup -c ../rollup.config.mjs --globals @fluent/sequence:FluentSequence,cached-iterable:CachedIterable,react:React
