From 9bd5de3733585a2ccff88b626e2237acd8d0ddc5 Mon Sep 17 00:00:00 2001 From: peccu Date: Sun, 6 May 2018 00:45:01 +0900 Subject: [PATCH] add `npm run postinstall` into build script (#10524) Add `npm run postinstall` into example build script --- example-build-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/example-build-run.sh b/example-build-run.sh index fc57c8632d6..8e5f66f1c02 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)