Skip to content

Commit

Permalink
Merge pull request #106 from gustawdaniel/patch-1
Browse files Browse the repository at this point in the history
Added verbosity do npm install --production
  • Loading branch information
jshimko authored Jul 30, 2018
2 parents 8f0182c + 5c46813 commit b9a2eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-meteor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ meteor build --directory $APP_BUNDLE_DIR --server-only
# run npm install in bundle
printf "\n[-] Running npm install in the server bundle...\n\n"
cd $APP_BUNDLE_DIR/bundle/programs/server/
meteor npm install --production
meteor npm install --production --verbose

# put the entrypoint script in WORKDIR
mv $BUILD_SCRIPTS_DIR/entrypoint.sh $APP_BUNDLE_DIR/bundle/entrypoint.sh
Expand Down

0 comments on commit b9a2eed

Please sign in to comment.