Merge pull request #7160 from jszaszvari/patch-1

[FIX] Removing the kadira package install from example build script.
pull/7040/merge
Diego Sampaio 9 years ago committed by GitHub
commit ecc433967a
  1. 2
      example-build.sh

@ -5,7 +5,7 @@ IFS=$'\n\t'
# Build
export NODE_ENV=production
meteor add rocketchat:internal-hubot meteorhacks:kadira
meteor add rocketchat:internal-hubot
meteor build --server https://demo.rocket.chat --directory /var/www/rocket.chat
# Run

Loading…
Cancel
Save