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 .idea
/node_modules/**/* /node_modules/**/*
\ No newline at end of file node_modules
dist
\ No newline at end of file
...@@ -10,7 +10,7 @@ publish_npm: ...@@ -10,7 +10,7 @@ publish_npm:
- apk --no-cache add git - apk --no-cache add git
- git submodule update --remote --merge - git submodule update --remote --merge
- apk add --update make bash protobuf-dev yarn - 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 install -g typescript@5.1.6
- npm i protobufjs@7.2.4 - npm i protobufjs@7.2.4
......
...@@ -55,7 +55,7 @@ ifeq (,$(shell which npm)) ...@@ -55,7 +55,7 @@ ifeq (,$(shell which npm))
endif endif
ifeq (,$(shell which protoc-gen-ts_proto)) ifeq (,$(shell which protoc-gen-ts_proto))
$(error "Ts-proto plugin for protoc not found. \ $(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") or visit \"https://github.com/stephenh/ts-proto\" for more.\n")
endif endif
ifeq (,$(shell which tsc)) 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