From 760ee79f335596d223df80029802956566a3570d Mon Sep 17 00:00:00 2001
From: Dmitry Karyakin <skycrazyk@gmail.com>
Date: Mon, 21 Oct 2024 18:19:06 +0200
Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?=
 =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20perxis-js?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml      | 5 ++++-
 config/package.json | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1d6aa8..f6c6e59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,9 @@ publish_npm:
   before_script:
     - apk --no-cache add git
     - git submodule update --remote --merge
+    - cd ./perxis-proto
+    - git log
+    - cd ../
     - apk add --update make bash protobuf-dev 
     - cd ./config 
     - npm i
@@ -33,6 +36,6 @@ publish_npm:
       fi
     - NPM_PACKAGE_NAME=$(node -p "require('./package.json').name")
     - NPM_PACKAGE_CURRENT_VERSION=$(npm show ${NPM_PACKAGE_NAME} version)
-    - yarn pub
+    - npm pub
     - NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
     - echo "Successfully published version ${NPM_PACKAGE_VERSION} of ${NPM_PACKAGE_NAME} to GitLab's NPM registry"
\ No newline at end of file
diff --git a/config/package.json b/config/package.json
index e9679b0..434059f 100644
--- a/config/package.json
+++ b/config/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@perxis-js/perxis-client",
-    "version": "1.5.10",
+    "version": "1.5.11",
     "description": "",
     "main": "dist/index.js",
     "files": [
-- 
GitLab