We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d01a6 commit 262c3e7Copy full SHA for 262c3e7
angular-ngc/MODULE.bazel
@@ -75,6 +75,9 @@ npm.npm_translate_lock(
75
],
76
},
77
custom_postinstalls = {
78
+ # ngcc wants to write a lockfile in its own, so we must make that writeable.
79
+ # https://github.com/angular/angular/blob/15.2.10/packages/compiler-cli/ngcc/src/locking/lock_file.ts#L23
80
+ "@angular/compiler-cli": "chmod -R a+X .",
81
"ng2-dragula": "ngcc --source .",
82
83
npm_package_target_name = "{dirname}",
0 commit comments