From c972af63ed5d25f060d89d43905dec4f217c6e7c Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 26 Apr 2018 19:21:45 +0200 Subject: [PATCH] Don't npm-install on every program start --- bin/hubot | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/hubot b/bin/hubot index 5c60705..7560ac3 100755 --- a/bin/hubot +++ b/bin/hubot @@ -2,7 +2,6 @@ set -e -npm install export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" exec node_modules/.bin/hubot --name "botka_dev" "$@"