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
22152d82
Commit
22152d82
authored
8 months ago
by
Dmitry Karyakin
Browse files
Options
Downloads
Patches
Plain Diff
Исправлено удаление временных файлов
parent
e7227721
No related branches found
No related tags found
1 merge request
!32
Обновлены версии JS зависимостей
Pipeline
#63559
passed with stage
Stage:
in 24 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-6
1 addition, 6 deletions
.gitlab-ci.yml
config/generate.sh
+1
-6
1 addition, 6 deletions
config/generate.sh
config/package.json
+1
-1
1 addition, 1 deletion
config/package.json
with
3 additions
and
13 deletions
.gitlab-ci.yml
+
1
−
6
View file @
22152d82
...
...
@@ -9,13 +9,8 @@ publish_npm:
before_script
:
-
apk --no-cache add git
-
git submodule update --remote --merge
-
cd ./perxis-proto
-
git log
-
cd ../
-
apk add --update make bash protobuf-dev
-
cd ./config
-
npm i
-
cd ../
-
cd ./config && npm i && cd ../
rules
:
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
...
...
This diff is collapsed.
Click to expand it.
config/generate.sh
+
1
−
6
View file @
22152d82
...
...
@@ -58,11 +58,6 @@ echo "Generate *.js files"
npx tsc
--project
./
--declaration
--declarationMap
--sourceMap
--rootDir
./dist
echo
"Delete temporary files"
find ./dist
-name
'index.ts'
-delete
find ./dist/
*
/
**
-name
'index.ts'
-delete
find ./dist
-maxdepth
1
-name
'index.ts'
-delete
find ./dist
-maxdepth
1
-name
'*.json'
-delete
find ./dist
-maxdepth
1
-name
'*.ts'
-delete
find ./dist/
*
/
**
-name
'*.ts'
!
-name
'*.d.ts'
-delete
find ./dist
-name
'index.ts'
-type
f
-delete
echo
"Process finished"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/package.json
+
1
−
1
View file @
22152d82
{
"name"
:
"@perxis-js/perxis-client"
,
"version"
:
"1.5.1
2
"
,
"version"
:
"1.5.1
3
"
,
"description"
:
"Perxis API клиент для JavaScript"
,
"files"
:
[
"dist"
...
...
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