ha-frontend/hassio/script/build_hassio

10 lines
142 B
Bash
Executable File

#!/bin/sh
# Builds the Hass.io app for production
# Stop on errors
set -e
cd "$(dirname "$0")/../.."
./node_modules/.bin/gulp build-hassio