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

- переименована команда proto -> js-client

- внесена правка в .gitlab-ci.yml
parent 92f63727
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
......@@ -17,7 +17,7 @@ publish_npm:
changes:
- config/package.json
script:
- make proto
- make js-client
- cd ./config
- |
if [[ ! -f .npmrc ]]; then
......
......@@ -17,7 +17,7 @@ TSC_MIC_VERSION=$(shell tsc --version | awk '{print $$2;}' | cut -d. -f3)
$(shell mkdir $(DSTDIR))
# Генерация
proto: protoc-check js-check $(PROTOTSFILES) generate-js
js-client: protoc-check js-check $(PROTOTSFILES) generate-js
@echo "Generated all files for npm package"
%.ts: %.proto
......
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