From 20b1b5ca66faab9e13c4b7bd6e5c94f9f8ba9bb9 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 c7ce49820342..06ac62461246 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