Skip to content
Snippets Groups Projects
Commit 0edad9e8 authored by Dmitry Karyakin's avatar Dmitry Karyakin
Browse files

Обновлена версия ts-proto до текущей

parent 40cd417c
No related branches found
No related tags found
1 merge request!9Обновлена версия ts-proto до текущей
.idea
/node_modules/**/*
\ No newline at end of file
/node_modules/**/*
node_modules
dist
\ No newline at end of file
......@@ -10,7 +10,7 @@ publish_npm:
- apk --no-cache add git
- git submodule update --remote --merge
- apk add --update make bash protobuf-dev yarn
- npm install -g ts-proto@1.151.1
- npm install -g ts-proto@1.158.0
- npm install -g typescript@5.1.6
- npm i protobufjs@7.2.4
......
......@@ -55,7 +55,7 @@ ifeq (,$(shell which npm))
endif
ifeq (,$(shell which protoc-gen-ts_proto))
$(error "Ts-proto plugin for protoc not found. \
Run \"npm install -g ts-proto@1.151.1\" \
Run \"npm install -g ts-proto@1.158.0\" \
or visit \"https://github.com/stephenh/ts-proto\" for more.\n")
endif
ifeq (,$(shell which tsc))
......
This diff is collapsed.
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