ha-frontend/script/setup

11 lines
157 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
# Resolve all frontend dependencies that the application requires to develop.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap