mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
9 lines
106 B
Bash
Executable File
9 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
# Analyze stats
|
|
|
|
# Stop on errors
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
yarn run-task analyze-demo |