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
cae1a195
Commit
cae1a195
authored
11 months ago
by
Dmitry Karyakin
Browse files
Options
Downloads
Patches
Plain Diff
Исправлена ошибка при сборке CI
parent
762c8c7d
No related branches found
Branches containing commit
No related tags found
1 merge request
!21
Исправлена ошибка при сборке CI
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
config/package.json
+1
-1
1 addition, 1 deletion
config/package.json
perxis-proto
+1
-1
1 addition, 1 deletion
perxis-proto
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
cae1a195
...
...
@@ -8,7 +8,7 @@ publish_npm:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
apk --no-cache add git
-
git submodule update --remote --merge
--allow-unrelated-histories
-
git submodule update --remote --merge
-
apk add --update make bash protobuf-dev yarn
-
npm install -g ts-proto@1.158.0
-
npm install -g typescript@5.1.6
...
...
This diff is collapsed.
Click to expand it.
config/package.json
+
1
−
1
View file @
cae1a195
{
"name"
:
"@perxis-js/perxis-client"
,
"version"
:
"1.4.
4
"
,
"version"
:
"1.4.
5
"
,
"description"
:
""
,
"main"
:
"dist/index.js"
,
"files"
:
[
...
...
This diff is collapsed.
Click to expand it.
perxis-proto
@
297bff31
Compare
f10336dc
...
297bff31
Subproject commit
f10336dc4a4f58111c12dd95afec82be1838880
3
Subproject commit
297bff313df46a1b66b0d7683b7d07868199098
3
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