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

fix

parent 34bf4e05
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19258 failed
......@@ -13,7 +13,7 @@ publish_npm:
- apk add --update yarn
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: $CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- config/package.json
script:
......
......@@ -13,6 +13,9 @@
"scripts": {
"pub": "npm publish"
},
"dependencies": {
"protobufjs": "^6.11.3"
},
"author": "",
"license": "ISC"
}
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