1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add script/setup (#3437)

script/setup did not exist, despite being mentioned in the readme.
Create it and let it call bootstrap.
This commit is contained in:
Frederik Gladhorn
2019-08-07 00:36:35 +02:00
committed by Paulus Schoutsen
parent 8dce24ddfc
commit f108e279cd

10
script/setup Executable file
View File

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