1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00
Files
frontend/landing-page/script/build_landing_page
2024-11-20 16:20:08 +00:00

10 lines
131 B
Bash
Executable File

#!/bin/sh
# Run the landing-page
# Stop on errors
set -e
cd "$(dirname "$0")/../.."
./node_modules/.bin/gulp build-landing-page