frontend/cast/script/develop_cast

10 lines
119 B
Bash
Executable File

#!/bin/sh
# Develop the cast receiver
# Stop on errors
set -e
cd "$(dirname "$0")/../.."
yarn run-task develop-cast