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

fix .gitlab-ci.yml

parent 3bec5f26
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19077 failed with stage
in 15 seconds
...@@ -20,6 +20,7 @@ publish_npm: ...@@ -20,6 +20,7 @@ publish_npm:
- mkdir config/clients - mkdir config/clients
- make proto - make proto
- cd ./config - cd ./config
- cd ./clients
- ls - ls
- NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version") - NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
- yarn pub - yarn pub
......
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