Skip to content
Snippets Groups Projects
Commit 8d12e92a authored by ko_oler's avatar ko_oler
Browse files

fix

parent 2bf2594b
No related branches found
No related tags found
Loading
...@@ -12,7 +12,7 @@ publish_npm: ...@@ -12,7 +12,7 @@ publish_npm:
- npm install -g typescript@4.7.4 - npm install -g typescript@4.7.4
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes: changes:
- config/package.json - config/package.json
script: script:
......
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis-js/perxis-client",
"version": "1.0.10", "version": "1.0.11",
"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