We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7050453 commit 4ba4a28Copy full SHA for 4ba4a28
script/core
@@ -40,6 +40,7 @@ if [ -n "$ref" ]; then
40
echo "Installing Home Assistant core at ${ref}..."
41
python3 -m pip install --user --upgrade --src "$HOME/src" \
42
--editable "git+${coreURL}@${ref}#egg=homeassistant"
43
+ (cd ~/src/homeassistant && exec python3 -m script.translations develop --all)
44
fi
45
46
if [ ! -d "${WD}/config" ]; then
0 commit comments