Skip to content

Commit

Permalink
trying sudo build
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasha committed May 13, 2015
1 parent a441083 commit 633a8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/scripts/lib/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
rm /usr/local/bin/meteor

0 comments on commit 633a8cd

Please sign in to comment.