Revert package.json

This commit is contained in:
Kyle Fang
2018-10-21 20:34:08 +08:00
parent 320dbc191d
commit 351ec0d2ff

View File

@@ -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"