mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +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:
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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user