Skip to content
Snippets Groups Projects
Commit 74fb4d24 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'fix/PRXS-2470-2445-GitlabCiError' into 'master'

Исправлена ошибка при сборке CI

See merge request !21
parents 762c8c7d cae1a195
No related branches found
No related tags found
1 merge request!21Исправлена ошибка при сборке CI
Pipeline #47894 passed with stage
in 27 seconds
...@@ -8,7 +8,7 @@ publish_npm: ...@@ -8,7 +8,7 @@ publish_npm:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- apk --no-cache add git - apk --no-cache add git
- git submodule update --remote --merge --allow-unrelated-histories - git submodule update --remote --merge
- apk add --update make bash protobuf-dev yarn - apk add --update make bash protobuf-dev yarn
- npm install -g ts-proto@1.158.0 - npm install -g ts-proto@1.158.0
- npm install -g typescript@5.1.6 - npm install -g typescript@5.1.6
......
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis-js/perxis-client",
"version": "1.4.4", "version": "1.4.5",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
......
Subproject commit f10336dc4a4f58111c12dd95afec82be18388803 Subproject commit 297bff313df46a1b66b0d7683b7d078681990983
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment