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