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
f1e8fb4a
Commit
f1e8fb4a
authored
2 years ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
285afd04
No related branches found
No related tags found
1 merge request
!1
Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
config/package.json
+1
-1
1 addition, 1 deletion
config/package.json
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
f1e8fb4a
...
...
@@ -2,7 +2,7 @@ stages:
-
deploy
publish_npm
:
image
:
"
node:current-alpine"
image
:
"
node:current-alpine
3.17
"
stage
:
deploy
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -13,7 +13,7 @@ publish_npm:
-
npm i protobufjs@6.11.3
rules
:
-
if
:
'
$CI_
PIPELINE_SOURCE
==
"merge_request_event"
'
-
if
:
'
$CI_
COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
'
changes
:
-
config/package.json
script
:
...
...
This diff is collapsed.
Click to expand it.
config/package.json
+
1
−
1
View file @
f1e8fb4a
{
"name"
:
"@perxis-js/perxis-client"
,
"version"
:
"1.0.1
1
"
,
"version"
:
"1.0.1
2
"
,
"description"
:
""
,
"main"
:
"dist/index.js"
,
"files"
:
[
...
...
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