mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 02:19:43 +00:00
10 lines
110 B
Bash
Executable File
10 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
# Develop the demo
|
|
|
|
# Stop on errors
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
yarn run-task develop-demo
|