themer/scripts/install.sh
2018-10-13 09:59:57 -06:00

9 lines
60 B
Bash
Executable File

#! /bin/bash
set -euo pipefail
cd cli
yarn
cd ../web
yarn