From 5bcdcfd42d43745257465a03020764c6f9628914 Mon Sep 17 00:00:00 2001 From: John Szaszvari Date: Sun, 4 Jun 2017 00:55:40 +1000 Subject: [PATCH] Removing the kadira package install on build kadira is dead / shut down now --- example-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-build.sh b/example-build.sh index c7ce4982034..06ac6246124 100755 --- a/example-build.sh +++ b/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