Skip to content

Commit

Permalink
ci: compile webpacker assets on ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilunglee committed Nov 2, 2021
1 parent b9fe977 commit f3b020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ task :prepare_assets do
system "rm -rf test/dummy/public/packs"
system "rm -rf test/dummy/public/packs-test"
system "yarn install --frozen-lockfile"
system "(cd test/dummy && yarn install --frozen-lockfile)"
system "(cd test/dummy && yarn install --frozen-lockfile) && RAILS_ENV=test bundle exec rails webpacker:compile"
end

# Generate dependency licenses
Expand Down

0 comments on commit f3b020a

Please sign in to comment.