probot/script/bootstrap

9 lines
90 B
Bash
Executable File

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