Skip to content

Commit

Permalink
Merge pull request #4423 from pulibrary/precompile-vite-in-ci
Browse files Browse the repository at this point in the history
Precompile vite in CI
  • Loading branch information
christinach authored Oct 4, 2024
2 parents 481e376 + c684c08 commit 18f9257
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ executors:
ORANGELIGHT_USER: postgres
SOLR_URL: http://solr:SolrRocks@localhost:8983/solr/orangelight-core-test
COVERALLS_PARALLEL: true
VITE_RUBY_AUTO_BUILD: false
- image: cimg/postgres:15.8
environment:
POSTGRES_USER: orangelight
Expand Down Expand Up @@ -80,6 +81,9 @@ jobs:
key: orangelight-v3-yarn-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
- run:
name: Precompile assets
command: bundle exec rake assets:precompile
- persist_to_workspace:
root: '~/orangelight'
paths:
Expand Down

0 comments on commit 18f9257

Please sign in to comment.