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

fix .gitlab-ci.yml

parent bb2cd389
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19074 failed with stage
in 16 seconds
......@@ -17,13 +17,11 @@ publish_npm:
script:
- npm install -g typescript@4.7.4
- npm install -g ts-proto@1.115.5
- mkdir config/clients
- make proto
- cd ./config
- mkdir clients
- ls
- make proto
- NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
- yarn pub
- echo "Successfully published version ${NPM_PACKAGE_VERSION} to GitLab's NPM registry"
- rm -rf ./clients
- cd ..
- rm -rf ./clients
\ No newline at end of file
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