Skip to content

Commit

Permalink
add npm run postinstall into build script (#10524)
Browse files Browse the repository at this point in the history
Add `npm run postinstall` into example build script
  • Loading branch information
peccu authored and rodrigok committed May 5, 2018
1 parent 3d05bdc commit 9bd5de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-build-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9bd5de3

Please sign in to comment.