Skip to content
Snippets Groups Projects
Commit efe02365 authored by Karyakin Dmitry's avatar Karyakin Dmitry :camping: Committed by Pavel Antonov
Browse files

Исправлена ошибка возникающая при сборке в CI

parent 5dbcd40c
No related branches found
No related tags found
1 merge request!19Исправлена ошибка возникающая при сборке в CI
...@@ -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 - git submodule update --remote --merge --allow-unrelated-histories
- 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.2", "version": "1.4.3",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
......
Subproject commit 283b11871c14d15e8fdd596dc1b50116f87f1653 Subproject commit f10336dc4a4f58111c12dd95afec82be18388803
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