Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 1af496c

Browse files
committed
chore: add now-start to scripts
1 parent 964642d commit 1af496c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

‎.gitignore‎

100644100755
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@ typings/
5959

6060
.vscode/launch.json
6161

62-
# Git To-Dos
63-
.todos.yml
62+
# Git To-Dos
63+
.todos.yml
64+
65+
# Custom
66+
deploy.sh

‎package.json‎

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "commitlint-bot",
2+
"name": "probot-commitlint",
33
"version": "0.0.0-development",
44
"description": "A GitHub App that runs commitlint for you",
55
"author": "Ahmed T. Ali <ah.tajelsir@gmail.com> (https://ahmed.sd)",
@@ -15,6 +15,7 @@
1515
],
1616
"main": "index.js",
1717
"scripts": {
18+
"now-start": "PRIVATE_KEY=$(echo $PRIVATE_KEY | base64 -d) npm start",
1819
"start": "probot run ./index.js",
1920
"test": "jest",
2021
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /