Skip to content

Commit

Permalink
Drop rebuild from server start
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Dec 28, 2019
1 parent 134aee2 commit 185f27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "FORCE_COLOR=0 nodemon -w src -e ts --exec \"npm run-script start\"",
"start": "npm run-script build && FORCE_COLOR=0 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"
Expand Down

0 comments on commit 185f27f

Please sign in to comment.