Use Yarn production install for asset compile (#24232)

This commit is contained in:
Nick Schonning 2023-03-23 17:49:47 -04:00 committed by GitHub
parent b46125224c
commit e7e189fa44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true
- run: yarn install --frozen-lockfile
- run: yarn --frozen-lockfile --production
- name: Precompile assets
# Previously had set this, but it's not supported
# export NODE_OPTIONS=--openssl-legacy-provider