#!/bin/sh # Build the demo # Stop on errors set -e cd "$(dirname "$0")/../.." yarn run-task build-demo