Skip to content

Commit

Permalink
fix: copy license to package correctly (#1011)
Browse files Browse the repository at this point in the history
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR

Copy license to package correctly

Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining authored Sep 14, 2024
1 parent eb42c4c commit 458d278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/projects/angular-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"current-published-version": "npm show $npm_package_name@$npm_package_version version",
"current-version": "echo $npm_package_version",
"prepack": "shx cp ./../../LICENSE ./LICENSE"
"prepack": "shx cp ./../../../../LICENSE ./LICENSE"
},
"peerDependencies": {
"@angular/common": "^16.2.12 || ^17.3.0",
Expand Down

0 comments on commit 458d278

Please sign in to comment.