Skip to content
Snippets Groups Projects
Commit f1e8fb4a authored by ko_oler's avatar ko_oler
Browse files

fix

parent 285afd04
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
...@@ -2,7 +2,7 @@ stages: ...@@ -2,7 +2,7 @@ stages:
- deploy - deploy
publish_npm: publish_npm:
image: "node:current-alpine" image: "node:current-alpine3.17"
stage: deploy stage: deploy
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
...@@ -13,7 +13,7 @@ publish_npm: ...@@ -13,7 +13,7 @@ publish_npm:
- npm i protobufjs@6.11.3 - npm i protobufjs@6.11.3
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes: changes:
- config/package.json - config/package.json
script: script:
......
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis-js/perxis-client",
"version": "1.0.11", "version": "1.0.12",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
......
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