Skip to content

Commit 4cc2943

Browse files
authored
Revert "build: fix release output containing invalid imports sometimes (#20201)" (#20206)
This reverts commit 43e3954.
1 parent 09e68db commit 4cc2943

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

tools/postinstall/@bazel_typescript_tsc_wrapped_worker_cache_fix.patch

Lines changed: 0 additions & 64 deletions
This file was deleted.

tools/postinstall/apply-patches.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const chalk = require('chalk');
1414
* Version of the post install patch. Needs to be incremented when
1515
* existing patches or edits have been modified.
1616
*/
17-
const PATCH_VERSION = 8;
17+
const PATCH_VERSION = 6;
1818

1919
/** Path to the project directory. */
2020
const projectDir = path.join(__dirname, '../..');
@@ -110,9 +110,6 @@ function applyPatches() {
110110
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1208.
111111
applyPatch(path.join(__dirname, './manifest_externs_hermeticity.patch'));
112112

113-
// Patches the changes from: https://github.com/bazelbuild/rules_typescript/pull/504.
114-
applyPatch(path.join(__dirname, './@bazel_typescript_tsc_wrapped_worker_cache_fix.patch'));
115-
116113
try {
117114
// Temporary patch pre-req for https://github.com/angular/angular/pull/36333.
118115
// Can be removed once @angular/bazel is updated here to include this patch.

0 commit comments

Comments
 (0)