add `npm run postinstall` into build script (#10524)

Add `npm run postinstall` into example build script
pull/10318/head^2
peccu 8 years ago committed by Rodrigo Nascimento
parent 3d05bdce4a
commit 9bd5de3733
  1. 1
      example-build-run.sh

@ -10,6 +10,7 @@ DEPLOY_DIR=/var/www/rocket.chat
### BUILD
meteor npm install
meteor npm run postinstall
# on the very first build, meteor build command should fail due to a bug on emojione package (related to phantomjs installation)
# the command below forces the error to happen before build command (not needed on subsequent builds)

Loading…
Cancel
Save