From 30c5d4a308559a15ae2b31fcbd87ee72dd477b11 Mon Sep 17 00:00:00 2001 From: usernaimandrey Date: Tue, 10 Oct 2023 23:37:01 +0300 Subject: [PATCH] fix make command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e175be..37434ce 100644 --- a/Makefile +++ b/Makefile @@ -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