travis: run webpacker:install

This commit is contained in:
Nolan Lawson 2018-04-10 19:22:07 -07:00
parent 5da160ce83
commit e63b856a24
1 changed files with 2 additions and 1 deletions

View File

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