Skip to content

Commit

Permalink
Merge pull request AdmitHub#65 from thiagoc7/master
Browse files Browse the repository at this point in the history
npm install for meteor 1.3
  • Loading branch information
yourcelf committed Mar 22, 2016
2 parents faf17ca + eb6bb6c commit 33ab214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ METEOR="$METEOR_DIR/.meteor/meteor" # The meteor binary.
echo "-----> Bundling bundle"
cd $APP_SOURCE_DIR

# If we use npm on root, run npm install.
if [ -e "$APP_SOURCE_DIR"/package.json ]; then
npm install
fi

# Now on to bundling. Don't put the bundle in $APP_CHECKOUT_DIR, or it will
# recurse, trying to bundle up its own bundling.
BUNDLE_DEST=`mktemp -d "$BUILDPACK_DIR/build-XXXX"`
Expand Down

0 comments on commit 33ab214

Please sign in to comment.