From 351ec0d2ffaf7a327dcad545d52d8ee88e7f80e0 Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Sun, 21 Oct 2018 20:34:08 +0800 Subject: [PATCH] Revert package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d3e2ae..2374690 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "build": "tsc -p tsconfig.json", "dev": "nodemon --exec \"npm start\"", - "start": "NODE_ENV=production probot run ./lib/index.js", + "start": "probot run ./lib/index.js", "lint": "standard **/*.ts --fix", "test": "jest && standard **/*.ts", "test:watch": "jest --watch --notify --notifyMode=change --coverage"