From b761c53588c581f97335d5f8e8ae90bc3e9cf7d9 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 12 Jan 2023 20:43:44 +0800 Subject: [PATCH] =?UTF-8?q?-=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=B0?= =?UTF-8?q?=D0=BD=D0=B4=D0=B0=20proto=20->=20js-client=20-=20=D0=B2=D0=BD?= =?UTF-8?q?=D0=B5=D1=81=D0=B5=D0=BD=D0=B0=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B2=20.gitlab-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e02831c..c94629e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ publish_npm: changes: - config/package.json script: - - make proto + - make js-client - cd ./config - | if [[ ! -f .npmrc ]]; then diff --git a/Makefile b/Makefile index be5625c..78d2cee 100644 --- a/Makefile +++ b/Makefile @@ -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 -- GitLab