frontend/script/release
Simon Lamon db5f823b6b
Remove twine and introduce trusted publishing (#27110)
* Remove twine and introduce trusted publishing

* Update release.yaml
2026-01-15 22:50:52 -05:00

15 lines
186 B
Bash
Executable File

#!/bin/sh
# Stop on errors
set -e
cd "$(dirname "$0")/.."
# Install node modules
yarn install
script/build_frontend
rm -rf dist home_assistant_frontend.egg-info
python3 -m build -q