partner.home-assistant/script/build

9 lines
74 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
rm -rf dist
cp -r public dist