ha-frontend-cdce8p/script/bootstrap

11 lines
175 B
Bash
Executable File

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