1
mirror of https://github.com/home-assistant/frontend synced 2024-09-22 18:30:59 +02:00
ha-frontend/cast/script/build_cast
2019-08-04 22:25:43 -07:00

10 lines
126 B
Bash
Executable File

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