Skip to content

Commit

Permalink
chore: fix permissions on folder ngcc runs on
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Nov 22, 2024
1 parent 41d01a6 commit 262c3e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions angular-ngc/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ npm.npm_translate_lock(
],
},
custom_postinstalls = {
# ngcc wants to write a lockfile in its own, so we must make that writeable.
# https://github.com/angular/angular/blob/15.2.10/packages/compiler-cli/ngcc/src/locking/lock_file.ts#L23
"@angular/compiler-cli": "chmod -R a+X .",
"ng2-dragula": "ngcc --source .",
},
npm_package_target_name = "{dirname}",
Expand Down

0 comments on commit 262c3e7

Please sign in to comment.