Skip to content
Snippets Groups Projects
Commit 99484a9b authored by ko_oler's avatar ko_oler
Browse files

fix

parent 2da9db17
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19192 passed with stage
in 48 seconds
...@@ -13,7 +13,7 @@ publish_npm: ...@@ -13,7 +13,7 @@ publish_npm:
- apk add --update yarn - apk add --update yarn
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: changes:
- config/package.json - config/package.json
script: script:
......
...@@ -81,6 +81,6 @@ find ./config/dist/*/** -name 'index.ts' -delete ...@@ -81,6 +81,6 @@ find ./config/dist/*/** -name 'index.ts' -delete
find ./config/ -maxdepth 1 -name 'index.ts' -delete find ./config/ -maxdepth 1 -name 'index.ts' -delete
find ./ -maxdepth 1 -name '*.json' -delete find ./ -maxdepth 1 -name '*.json' -delete
find ./ -maxdepth 1 -name '*.ts' -delete find ./ -maxdepth 1 -name '*.ts' -delete
find ./config/dist -name '*s.ts' -delete find ./config/dist/*/** -name '*.ts' ! -name '*.d.ts' -delete
echo "---process finished" echo "---process finished"
\ No newline at end of file
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis-js/perxis-client",
"version": "1.0.7", "version": "1.0.8",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
......
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