Skip to content

Commit

Permalink
fix make command
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey committed Oct 10, 2023
1 parent 6def7fb commit 30c5d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ test:

setup-ci:
make setup
# yarn install
# RAILS_ENV=test NODE_OPTIONS='--openssl-legacy-provider' bin/rails assets:precompile
yarn install
RAILS_ENV=test NODE_OPTIONS='--openssl-legacy-provider' bin/rails assets:precompile

ci-check:
make setup-ci
Expand Down

0 comments on commit 30c5d4a

Please sign in to comment.