From f9937dc74d5824cefaa1721c5f17b8860526a94e Mon Sep 17 00:00:00 2001 From: peccu Date: Fri, 20 Apr 2018 16:56:32 +0900 Subject: [PATCH] add `npm run postinstall` into build script fix #8031 --- example-build-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/example-build-run.sh b/example-build-run.sh index fc57c8632d6ab..8e5f66f1c0202 100755 --- a/example-build-run.sh +++ b/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)