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
1c723dd5
Commit
1c723dd5
authored
2 years ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
fix .gitlab-ci.yml
parent
218587ba
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline
#19065
failed with stage
in 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
Makefile
+5
-5
5 additions, 5 deletions
Makefile
with
6 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
0
View file @
1c723dd5
...
...
@@ -18,6 +18,7 @@ publish_npm:
-
config/package.json
script
:
-
mkdir clients
-
npm install ts-proto@1.115.5
-
make proto
-
cd ./config
-
rsync -a --prune-empty-dirs ../clients ./
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
5
−
5
View file @
1c723dd5
...
...
@@ -53,11 +53,11 @@ ifeq (,$(shell which npm))
$(
error
"NPM not found. Run for linux:
\"
sudo apt install npm
\"
, for mac:
\"
brew install npm
\"
\
or visit
\"
https://docs.npmjs.com/getting-started
\"
for more.
\n
"
)
endif
ifeq
(,$(shell which protoc-gen-ts_proto))
$(
error
"Ts-proto plugin for protoc not found.
\
Run
\"
npm install -g ts-proto@1.115.5
\"
\
or visit
\"
https://github.com/stephenh/ts-proto
\"
for more.
\n
"
)
endif
#
ifeq (,$(shell which protoc-gen-ts_proto))
#
$(error "Ts-proto plugin for protoc not found. \
#
Run \"npm install -g ts-proto@1.115.5\" \
#
or visit \"https://github.com/stephenh/ts-proto\" for more.\n")
#
endif
#ifeq (,$(shell which tsc))
# $(error "Typescript not found. \
# Run \"npm install -g typescript@4.7.4\" \
...
...
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