Skip to content

Commit 458d278

Browse files
fix: copy license to package correctly (#1011)
<!-- 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]>
1 parent eb42c4c commit 458d278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/projects/angular-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"current-published-version": "npm show $npm_package_name@$npm_package_version version",
66
"current-version": "echo $npm_package_version",
7-
"prepack": "shx cp ./../../LICENSE ./LICENSE"
7+
"prepack": "shx cp ./../../../../LICENSE ./LICENSE"
88
},
99
"peerDependencies": {
1010
"@angular/common": "^16.2.12 || ^17.3.0",

0 commit comments

Comments
 (0)