From e63b856a246e077ac67564a787580c58d2c6134b Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 10 Apr 2018 19:22:07 -0700 Subject: [PATCH] travis: run webpacker:install --- bin/run-mastodon.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/run-mastodon.js b/bin/run-mastodon.js index 8c200caf..9f707bdf 100644 --- a/bin/run-mastodon.js +++ b/bin/run-mastodon.js @@ -78,7 +78,8 @@ async function runMastodon () { let cmds = [ 'gem install bundler foreman', 'bundle install', - 'yarn --pure-lockfile' + 'yarn --pure-lockfile', + 'bundle exec rails webpacker:install' ] for (let cmd of cmds) {