mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-17 15:46:36 +00:00

* Consolidate frontend * Remove no longer needed cd * Get Roboto from bower_components * Remove external dependency from update_mdi.py * Copy leaflet assets on build time * Tweak Dockerfile * Create Python package * Set zip_safe to False * Update build scripts * Version bump to 20171021.0 * Fix service worker * Version bump to 20171021.2 * Update docker ignore * Tweak Dockerfile thanks to Adam
7 lines
98 B
Bash
7 lines
98 B
Bash
#!/bin/sh
|
|
# Pushes a new version to PyPi.
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
python3 setup.py sdist upload
|