Using build for fs access

This commit is contained in:
Kyle Fang
2018-10-21 20:04:09 +08:00
parent eba43fe3e5
commit 320dbc191d

View File

@@ -15,7 +15,7 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "nodemon --exec \"npm start\"",
"start": "yarn build && probot run ./lib/index.js",
"start": "NODE_ENV=production probot run ./lib/index.js",
"lint": "standard **/*.ts --fix",
"test": "jest && standard **/*.ts",
"test:watch": "jest --watch --notify --notifyMode=change --coverage"