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

fix .gitlab-ci.yml

parent 1601d3d8
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19087 failed with stage
in 23 seconds
...@@ -17,7 +17,7 @@ TSC_MIC_VERSION=$(shell tsc --version | awk '{print $$2;}' | cut -d. -f3) ...@@ -17,7 +17,7 @@ TSC_MIC_VERSION=$(shell tsc --version | awk '{print $$2;}' | cut -d. -f3)
# Генерация js # Генерация js
proto: proto-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" @echo "Generated all protobuf JavaScrypt files"
%.ts: %.proto %.ts: %.proto
...@@ -27,6 +27,9 @@ proto-js: protoc-check js-check $(PROTOTSFILES) generate-js ...@@ -27,6 +27,9 @@ proto-js: protoc-check js-check $(PROTOTSFILES) generate-js
--ts_proto_out=$(DSTDIR) \ --ts_proto_out=$(DSTDIR) \
"$<" "$<"
generate-ts:
@echo "Generated all protobuf TypeScript files"
generate-js: generate-js:
@./config/generate.sh @./config/generate.sh
......
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