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:
committed by
Paulus Schoutsen
parent
8dce24ddfc
commit
f108e279cd
10
script/setup
Executable file
10
script/setup
Executable 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user