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
efe02365
Commit
efe02365
authored
1 year ago
by
Karyakin Dmitry
Committed by
Pavel Antonov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Исправлена ошибка возникающая при сборке в CI
parent
5dbcd40c
No related branches found
Branches containing commit
No related tags found
1 merge request
!19
Исправлена ошибка возникающая при сборке в 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 @
efe02365
...
@@ -8,7 +8,7 @@ publish_npm:
...
@@ -8,7 +8,7 @@ publish_npm:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
before_script
:
-
apk --no-cache add git
-
apk --no-cache add git
-
git submodule update --remote --merge
-
git submodule update --remote --merge
--allow-unrelated-histories
-
apk add --update make bash protobuf-dev yarn
-
apk add --update make bash protobuf-dev yarn
-
npm install -g ts-proto@1.158.0
-
npm install -g ts-proto@1.158.0
-
npm install -g typescript@5.1.6
-
npm install -g typescript@5.1.6
...
...
This diff is collapsed.
Click to expand it.
config/package.json
+
1
−
1
View file @
efe02365
{
{
"name"
:
"@perxis-js/perxis-client"
,
"name"
:
"@perxis-js/perxis-client"
,
"version"
:
"1.4.
2
"
,
"version"
:
"1.4.
3
"
,
"description"
:
""
,
"description"
:
""
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"files"
:
[
"files"
:
[
...
...
This diff is collapsed.
Click to expand it.
perxis-proto
@
f10336dc
Compare
283b1187
...
f10336dc
Subproject commit
283b11871c14d15e8fdd596dc1b50116f87f165
3
Subproject commit
f10336dc4a4f58111c12dd95afec82be1838880
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