Skip to content
Snippets Groups Projects
Commit 22152d82 authored by Dmitry Karyakin's avatar Dmitry Karyakin
Browse files

Исправлено удаление временных файлов

parent e7227721
No related branches found
No related tags found
1 merge request!32Обновлены версии JS зависимостей
Pipeline #63559 passed with stage
in 24 seconds
......@@ -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'
......
......@@ -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
{
"name": "@perxis-js/perxis-client",
"version": "1.5.12",
"version": "1.5.13",
"description": "Perxis API клиент для JavaScript",
"files": [
"dist"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment