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
b761c535
Commit
b761c535
authored
2 years ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
- переименована команда proto -> js-client
- внесена правка в .gitlab-ci.yml
parent
92f63727
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
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
b761c535
...
...
@@ -17,7 +17,7 @@ publish_npm:
changes
:
-
config/package.json
script
:
-
make
proto
-
make
js-client
-
cd ./config
-
|
if [[ ! -f .npmrc ]]; then
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
b761c535
...
...
@@ -17,7 +17,7 @@ TSC_MIC_VERSION=$(shell tsc --version | awk '{print $$2;}' | cut -d. -f3)
$(
shell
mkdir
$(
DSTDIR
))
# Генерация
proto
:
protoc-check js-check $(PROTOTSFILES) generate-js
js-client
:
protoc-check js-check $(PROTOTSFILES) generate-js
@
echo
"Generated all files for npm package"
%.ts
:
%.proto
...
...
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