From 633a8cdf865c48b672444e83cad5b9801d7acc49 Mon Sep 17 00:00:00 2001 From: Sascha Linn Date: Tue, 12 May 2015 18:19:54 -0700 Subject: [PATCH] trying sudo build --- base/scripts/lib/build_app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/scripts/lib/build_app.sh b/base/scripts/lib/build_app.sh index 5c43919b..1f085980 100644 --- a/base/scripts/lib/build_app.sh +++ b/base/scripts/lib/build_app.sh @@ -8,7 +8,7 @@ BUNDLE_DIR=/tmp/bundle-dir cp -R /app $COPIED_APP_PATH cd $COPIED_APP_PATH -meteor build --directory $BUNDLE_DIR --server=http://localhost:3000 +sudo meteor build --directory $BUNDLE_DIR --server=http://localhost:3000 cd $BUNDLE_DIR/bundle/programs/server/ npm i @@ -19,4 +19,4 @@ mv $BUNDLE_DIR/bundle /built_app rm -rf $COPIED_APP_PATH rm -rf $BUNDLE_DIR rm -rf ~/.meteor -rm /usr/local/bin/meteor \ No newline at end of file +rm /usr/local/bin/meteor