Files
probot/script/bootstrap
2017-03-11 08:20:02 -06:00

9 lines
91 B
Bash
Executable File

#!/bin/sh
set -e
npm install
# Copy .env template
[[ -f .env ]] || cp .env.example .env