1
mirror of https://github.com/home-assistant/frontend synced 2024-09-20 03:11:16 +02:00
ha-frontend/script/setup
Frederik Gladhorn f108e279cd Add script/setup (#3437)
script/setup did not exist, despite being mentioned in the readme.
Create it and let it call bootstrap.
2019-08-06 15:36:35 -07:00

11 lines
157 B
Bash
Executable File

#!/bin/sh
# Resolve all frontend dependencies that the application requires to develop.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap