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) {