probot/script/bootstrap

9 lines
89 B
Bash
Executable File

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