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 2d7bdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-ngc/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ npm.npm_translate_lock(
],
},
custom_postinstalls = {
"ng2-dragula": "ngcc --source .",
"ng2-dragula": "chmod -R a+X * && ngcc --source .",
},
npm_package_target_name = "{dirname}",
npmrc = "//:.npmrc",
Expand Down

0 comments on commit 2d7bdf7

Please sign in to comment.