Skip to content
Snippets Groups Projects
Commit f583b718 authored by Dmitry Karyakin's avatar Dmitry Karyakin
Browse files

Исправлена ошибка мешающая сборке perxis-js

parent a13a6d21
No related branches found
No related tags found
2 merge requests!20Обновлена версия perxis-js,!19Исправлена ошибка возникающая при сборке в CI
......@@ -8,7 +8,7 @@ publish_npm:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- 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
- npm install -g ts-proto@1.158.0
- npm install -g typescript@5.1.6
......
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