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

10 lines
126 B
Plaintext
Raw Permalink Normal View History

2019-07-30 19:18:47 +02:00
#!/bin/sh
# Build the cast receiver
# Stop on errors
set -e
cd "$(dirname "$0")/../.."
./node_modules/.bin/gulp build-cast