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

fix .gitlab-ci.yml

parent 5ba09a0c
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19103 failed with stage
in 36 seconds
...@@ -19,6 +19,7 @@ publish_npm: ...@@ -19,6 +19,7 @@ publish_npm:
script: script:
- npm install -g ts-proto@1.115.5 - npm install -g ts-proto@1.115.5
- npm install -g typescript@4.7.4 - npm install -g typescript@4.7.4
- mkdir config/dist
- make proto - make proto
- cd ./config - cd ./config
- NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version") - NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
......
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