Don't npm-install on every program start

This commit is contained in:
Basti 2018-04-26 19:21:45 +02:00
parent 1581c89595
commit c972af63ed
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
set -e set -e
npm install
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
exec node_modules/.bin/hubot --name "botka_dev" "$@" exec node_modules/.bin/hubot --name "botka_dev" "$@"