Skip to content

Commit 2d7bdf7

Browse files
committed
chore: fix permissions on folder ngcc runs on
1 parent 41d01a6 commit 2d7bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-ngc/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ npm.npm_translate_lock(
7575
],
7676
},
7777
custom_postinstalls = {
78-
"ng2-dragula": "ngcc --source .",
78+
"ng2-dragula": "chmod -R a+X * && ngcc --source .",
7979
},
8080
npm_package_target_name = "{dirname}",
8181
npmrc = "//:.npmrc",

0 commit comments

Comments
 (0)