UNPKG

208 BPlain TextView Raw
1#!/usr/bin/env bash
2
3# Examples run this script instead of batfish.js to ensure that the dist/
4# directory is available before they run.
5
6cd "${0%/*}"
7npm run build
8cd - > /dev/null
9"${0%/*}"/batfish.js "$@"