From a2de240bc83a1a7e996e1f8fb4ca2bcfc5c6c70a Mon Sep 17 00:00:00 2001 From: "Kayashov.SM" Date: Sat, 26 Apr 2025 01:09:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B5=D0=B1=D0=B0=D0=B3=20ci/cd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 648fcc6..153da3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ deploy-front-job: - release_front image: node:22.12 script: - - npm install react-scripts@latest + - npm install - cd front - ls - npm run build