Don't run npm install on every hubot start

But link hubot-kredits in development
This commit is contained in:
2018-04-18 20:49:56 +02:00
parent e93671a740
commit 32c3ce7afe
2 changed files with 2 additions and 5 deletions

View File

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