forked from cybrespace/pinafore
travis: run webpacker:install
This commit is contained in:
parent
5da160ce83
commit
e63b856a24
|
@ -78,7 +78,8 @@ async function runMastodon () {
|
||||||
let cmds = [
|
let cmds = [
|
||||||
'gem install bundler foreman',
|
'gem install bundler foreman',
|
||||||
'bundle install',
|
'bundle install',
|
||||||
'yarn --pure-lockfile'
|
'yarn --pure-lockfile',
|
||||||
|
'bundle exec rails webpacker:install'
|
||||||
]
|
]
|
||||||
|
|
||||||
for (let cmd of cmds) {
|
for (let cmd of cmds) {
|
||||||
|
|
Loading…
Reference in New Issue