Skip to content
Snippets Groups Projects

Обновлена версия perxis-js

Merged Karyakin Dmitry requested to merge chore/PRXS-2470-2445-SearchScore into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -8,14 +8,16 @@ publish_npm:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- 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
- npm install -g ts-proto@1.158.0
- npm install -g typescript@5.1.6
- npm i protobufjs@7.2.4
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH'
when: manual
changes:
- config/package.json
script:
Loading