analytics.home-assistant.io/script/bootstrap

9 lines
143 B
Bash
Executable File

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