Files
probot/script/bootstrap
2016-10-15 23:10:52 -05:00

9 lines
90 B
Bash
Executable File

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