1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00
Files
frontend/cast/script/develop_cast
Paulus Schoutsen 2da844a1fb Home Assistant Cast
2019-08-04 22:25:43 -07:00

10 lines
130 B
Bash
Executable File

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