Skip to content

Commit 64ae2d1

Browse files
authored
build: correctly remove prepare script from build package (#2432)
This was changed in 082dd8e#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L6
1 parent a5da51e commit 64ae2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ noStampSubstitutions = dict(stampSubstitutions, **{})
88

99
basePackageSubstitutions = {
1010
"(#|//)\\s+BEGIN-DEV-ONLY[\\w\\W]+?(#|//)\\s+END-DEV-ONLY": "",
11-
" \"prepare\": \"husky install\",\n": "",
11+
" \"prepare\": \"husky\",\n": "",
1212
"@dev-infra//bazel/": "@npm//@angular/build-tooling/bazel/",
1313
"rlocation \"dev-infra/": "rlocation \"npm/@angular/build-tooling/",
1414
"//bazel/": "@npm//@angular/build-tooling/bazel/",

0 commit comments

Comments
 (0)