Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-js
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-js
Commits
0edad9e8
Commit
0edad9e8
authored
1 year ago
by
Dmitry Karyakin
Browse files
Options
Downloads
Patches
Plain Diff
Обновлена версия ts-proto до текущей
parent
40cd417c
No related branches found
No related tags found
1 merge request
!9
Обновлена версия ts-proto до текущей
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+3
-1
3 additions, 1 deletion
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
config/yarn.lock
+9
-621
9 additions, 621 deletions
config/yarn.lock
with
14 additions
and
624 deletions
.gitignore
+
3
−
1
View file @
0edad9e8
.idea
/node_modules/**/*
\ No newline at end of file
/node_modules/**/*
node_modules
dist
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
0edad9e8
...
...
@@ -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.15
1.1
-
npm install -g ts-proto@1.15
8.0
-
npm install -g typescript@5.1.6
-
npm i protobufjs@7.2.4
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
0edad9e8
...
...
@@ -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.15
1.1
\"
\
Run
\"
npm install -g ts-proto@1.15
8.0
\"
\
or visit
\"
https://github.com/stephenh/ts-proto
\"
for more.
\n
"
)
endif
ifeq
(,$(shell which tsc))
...
...
This diff is collapsed.
Click to expand it.
config/yarn.lock
+
9
−
621
View file @
0edad9e8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment