Skip to content

Commit

Permalink
Merge pull request #33 from LesFabricants/bugfix/standard-version-path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet authored Apr 16, 2024
2 parents e08d81d + d674c76 commit 546ab32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build:ngx-flex-limitter": "ng build ngx-flex-limitter --configuration development",
"build:ngx-flex-limitter:prod": "ng build ngx-flex-limitter --configuration production",
"pack:ngx-flex-limitter": "npm pack ./dist/ngx-flex-limitter",
"release:ngx-flex-limitter": "cd ./projects/ngx-flex-limitter && standard-version --path ./projects/ngx-flex-limitter",
"release:ngx-flex-limitter": "cd ./projects/ngx-flex-limitter && standard-version --path .",
"build:ngx-progress": "ng build ngx-progress --configuration development",
"build:ngx-progress:prod": "ng build ngx-progress --configuration production",
"pack:ngx-progress": "npm pack ./dist/ngx-progress",
"release:ngx-progress": "cd ./projects/ngx-progress && standard-version --path ./projects/ngx-progress"
"release:ngx-progress": "cd ./projects/ngx-progress && standard-version --path ."
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -51,4 +51,4 @@
"standard-version": "^9.5.0",
"typescript": "~5.4.5"
}
}
}

0 comments on commit 546ab32

Please sign in to comment.