mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
9 lines
90 B
Bash
Executable File
9 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
npm install
|
|
|
|
# Copy .env template
|
|
[[ -f .env ]] || cp .env.sample .env
|