diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1d6aa8e4c27a8e632f8ed9b58654068c0428c65..f6c6e5983185dcfa6dc576c175ff95fc44069e0e 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 e9679b0ddd0d2f51616ecb3cb3930d27c7eb4bb2..434059f601bb9be35c430d8528960e18acce13fc 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": [