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

fix .gitlab-ci.yml

parent 1601d3d8
Branches
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19087 failed
......@@ -17,7 +17,7 @@ TSC_MIC_VERSION=$(shell tsc --version | awk '{print $$2;}' | cut -d. -f3)
# Генерация js
proto: proto-js
proto-js: protoc-check js-check $(PROTOTSFILES) generate-js
proto-js: protoc-check js-check $(PROTOTSFILES) generate-ts generate-js
@echo "Generated all protobuf JavaScrypt files"
%.ts: %.proto
......@@ -27,6 +27,9 @@ proto-js: protoc-check js-check $(PROTOTSFILES) generate-js
--ts_proto_out=$(DSTDIR) \
"$<"
generate-ts:
@echo "Generated all protobuf TypeScript files"
generate-js:
@./config/generate.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment